Skip to content

Commit

Permalink
ci: group dependabot prs (#353)
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
  • Loading branch information
sozercan authored Aug 22, 2023
1 parent e24af74 commit f0b62fe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ updates:
interval: "weekly"
commit-message:
prefix: "chore"
groups:
all:
patterns:
- "*"

- package-ecosystem: "gomod"
directory: "/constraint"
Expand All @@ -18,3 +22,8 @@ updates:
- dependency-name: "*"
update-types:
- "version-update:semver-major"
groups:
k8s:
patterns:
- "k8s.io/*"
- "sigs.k8s.io/*"

0 comments on commit f0b62fe

Please sign in to comment.