Skip to content

Commit

Permalink
ci: Group all minor and patch dependabot updates into one PR (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson authored May 28, 2024
1 parent e497070 commit 6511cd6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ updates:
schedule:
interval: "weekly"
groups:
k8s:
patterns:
- "k8s.io/*"
- "sigs.k8s.io/*"
all-go-mod-patch-and-minor:
patterns: [ "*" ]
update-types: [ "patch", "minor" ]
ignore:
# Ignore k8s modules major and minor as they are upgraded together with controller-runtime.
- dependency-name: "k8s.io/*"
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]

- package-ecosystem: "gomod"
directory: "/credential-providers"
Expand Down
4 changes: 2 additions & 2 deletions .gitlint
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ line-length=120
regex=https?://

[ignore-by-author-name]
regex=(.*)dependabot(.*) #
ignore=T1,body-min-length
regex=(.*)dependabot(.*)
ignore=all

[contrib-title-conventional-commits]
# Specify allowed commit types. For details see: https://www.conventionalcommits.org/
Expand Down

0 comments on commit 6511cd6

Please sign in to comment.