diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6b5d92c2..0581467f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,18 @@ updates: - package-ecosystem: "gomod" directories: - "/" + schedule: + interval: "weekly" + labels: + - "kind/cleanup" + - "area/dependency" + groups: + dependencies: + patterns: + - "*" + + - package-ecosystem: "gomod" + directories: - "./hack/tools" schedule: interval: "weekly"