diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c52fbda..3198030 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,8 +10,12 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 + groups: + k8s-dependencies: + patterns: + - "k8s.io*" - package-ecosystem: gomod directory: "/hack" schedule: interval: daily - open-pull-requests-limit: 10 \ No newline at end of file + open-pull-requests-limit: 10