Skip to content

Commit

Permalink
feat: group dependabot k8s.io/* PRs to major/minor and patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jriedel-ionos committed Jul 15, 2024
1 parent de3f46e commit bf21876
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@ updates:
commit-message:
prefix: ":seedling:"
groups:
kubernetes:
kubernetes-major-minor:
patterns:
- k8s.io/api
- k8s.io/apimachinery
- k8s.io/client-go
- k8s.io/*

Check warning on line 13 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / yamllint

13:11 [indentation] wrong indentation: expected 6 but found 10
update-types: [ "major", "minor" ]

Check failure on line 14 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / yamllint

14:22 [brackets] too many spaces inside brackets

Check failure on line 14 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / yamllint

14:39 [brackets] too many spaces inside brackets
kubernetes-patches:
patterns:
- k8s.io/*

Check warning on line 17 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / yamllint

17:9 [indentation] wrong indentation: expected 6 but found 8
update-types: [ "patch" ]

Check failure on line 18 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / yamllint

18:22 [brackets] too many spaces inside brackets

Check failure on line 18 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / yamllint

18:30 [brackets] too many spaces inside brackets
cluster-api:
patterns:
- sigs.k8s.io/cluster-api
Expand Down

0 comments on commit bf21876

Please sign in to comment.