Skip to content

Commit

Permalink
Optimize dependabot config
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Büringer [email protected]
  • Loading branch information
sbueringer committed May 7, 2024
1 parent 439e970 commit 9b173c0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
all: # Bump all actions in a single PR.
patterns: [ "*" ]
commit-message:
prefix: ":seedling:"
labels:
Expand All @@ -21,6 +24,9 @@ updates:
day: "monday"
## group all dependencies with a k8s.io prefix into a single PR.
groups:
patch: # Bump all patch versions in a single PR (patch bumps rarely should lead to issues).
patterns: [ "*" ]
update-types: [ "patch"]
kubernetes:
patterns: [ "k8s.io/*" ]
ignore:
Expand Down Expand Up @@ -51,6 +57,9 @@ updates:
day: "tuesday"
## group all dependencies with a k8s.io prefix into a single PR.
groups:
patch: # Bump all patch versions in a single PR (patch bumps rarely should lead to issues).
patterns: [ "*" ]
update-types: [ "patch"]
kubernetes:
patterns: [ "k8s.io/*" ]
ignore:
Expand Down Expand Up @@ -81,6 +90,9 @@ updates:
day: "wednesday"
## group all dependencies with a k8s.io prefix into a single PR.
groups:
patch: # Bump all patch versions in a single PR (patch bumps rarely should lead to issues).
patterns: [ "*" ]
update-types: [ "patch" ]
kubernetes:
patterns: [ "k8s.io/*" ]
ignore:
Expand Down

0 comments on commit 9b173c0

Please sign in to comment.