Skip to content

Commit

Permalink
chore: group dependabot PRs (#948)
Browse files Browse the repository at this point in the history
Signed-off-by: ashnamehrotra <ashnamehrotra@gmail.com>
  • Loading branch information
ashnamehrotra committed Jan 13, 2024
1 parent cd560fd commit e6a5683
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,21 @@ updates:
interval: "weekly"
commit-message:
prefix: "chore"
groups:
docusaurus:
patterns:
- "@docusaurus/*"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"
groups:
all:
patterns:
- "*"

- package-ecosystem: "gomod"
directory: "/"
Expand All @@ -26,6 +34,12 @@ updates:
update-types:
- "version-update:semver-major"
- "version-update:semver-minor"
groups:
k8s:
patterns:
- "k8s.io/*"
exclude-patterns:
- "k8s.io/cri-api"

- package-ecosystem: docker
directory: /
Expand Down

0 comments on commit e6a5683

Please sign in to comment.