Skip to content

Commit

Permalink
Merge pull request #510 from Disper/dependabot_grouping
Browse files Browse the repository at this point in the history
grouping of k8s.io and gardener dependabot PRs
  • Loading branch information
Disper authored Nov 21, 2024
2 parents 4e6d7c7 + a6bf511 commit 1ea1282
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,18 @@ updates:
directories:
- "/" # Location of package manifests
- "/hack/runtime-migrator"
groups:
k8s:
patterns:
- "k8s.io*"
update-types:
- "minor"
- "patch"
gardener:
patterns:
- "github.com/gardener/*"
update-types:
- "minor"
- "patch"
schedule:
interval: "weekly"

0 comments on commit 1ea1282

Please sign in to comment.