diff options
author | Vitaly Takmazov | 2024-10-10 23:43:50 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2024-10-10 23:43:50 +0300 |
commit | 896524073c796908771615ce1d7447c6ec874a68 (patch) | |
tree | 8a347d03673c56a39db4b48305b307fe0bff6578 | |
parent | d01dae3c4917962ddf3a29ce9464108da4b25d6f (diff) |
ci: add `docker` package ecosystem to Dependabot configuration
-rw-r--r-- | .github/dependabot.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9e1c7682..82dc1ec6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,3 +19,7 @@ updates: directory: "/" schedule: interval: "weekly" +- package-ecosystem: "docker" + directory: "/vnext/server" + schedule: + interval: "weekly" |