Skip to content

Commit

Permalink
feat: Add grouping to dependabot PRs (#151)
Browse files Browse the repository at this point in the history
add grouping to dependabot PRs
  • Loading branch information
amritanshusikdar authored Feb 3, 2025
1 parent 1f95f05 commit 8973288
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ updates:
interval: "daily"
commit-message:
prefix: "chore(dependabot)"
groups:
k8s-dependencies:
patterns:
- "k8s.io/*"
istio-dependencies:
patterns:
- "istio.io/*"
ginkgo-gomega:
patterns:
- "github.com/onsi/ginkgo/v2"
- "github.com/onsi/gomega"
- package-ecosystem: "docker"
directory: "/"
labels:
Expand Down

0 comments on commit 8973288

Please sign in to comment.