Skip to content

Commit

Permalink
add grouping to dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
amritanshusikdar committed Jan 30, 2025
1 parent 3903f6a commit 40c94b4
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,27 @@ updates:
commit-message:
prefix: "chore(dependabot)"
- package-ecosystem: "gomod"
directory: "/"
labels:
- "go"
- "area/dependency"
schedule:
interval: "daily"
commit-message:
prefix: "chore(dependabot)"
- package-ecosystem: "gomod"
directory: "/api"
directories:
- "/"
- "/api"
labels:
- "go"
- "area/dependency"
schedule:
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 40c94b4

Please sign in to comment.