diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 89429c9ba..669aa9208 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,11 @@ updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" - directory: "/" + directory: "/.github/workflows" + schedule: + interval: "weekly" + + - package-ecosystem: "docker" + directory: "/docker/" schedule: interval: "weekly"