diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index e93662d7c..729bd0399 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -6,4 +6,8 @@ updates: open-pull-requests-limit: 10 schedule: interval: "daily" + - package-ecosystem: "docker" + directory: "/provisioning/os-images/docker" + schedule: + interval: "daily" ...