diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index d608a824..b224f9ca 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,6 +5,20 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + golang-dependencies: + patterns: + - "github.com/golang*" + - "golang.org/x/*" + k8s-dependencies: + patterns: + - "k8s.io*" + - "sigs.k8s.io*" + github-dependencies: + patterns: + - "github.com*" + exclude-patterns: + - "github.com/golang*" # Dependencies listed in .github/workflows/*.yml - package-ecosystem: "github-actions"