diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 078a49fc9..87a8248b0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,8 @@ version: 2 updates: - package-ecosystem: "docker" - directory: "/packages/e2e/" + directories: + - "**/*" schedule: interval: "weekly" day: "sunday" @@ -11,6 +12,17 @@ updates: - "kind/misc" - "ok-to-test" - "docker" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + labels: + - "area/automation" + - "dependencies" + - "kind/misc" + - "ok-to-test" + - "github-actions" - package-ecosystem: "gomod" directory: "/" schedule: