diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2cd868b..cd38e5d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,15 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + k8s: + patterns: + - "k8s.io*" + - "k8s.io*" + - "sigs.k8s.io*" # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "weekly" \ No newline at end of file