Skip to content

Commit

Permalink
[Dependabot] Group golang.org/x updates (#110)
Browse files Browse the repository at this point in the history
Instead of having 3+ Dependabot PRs every time there is a new patch
release for golang.org/x packages, there will be a single PR to update
all of them at the same time.

Signed-off-by: Antonin Bas <abas@vmware.com>
  • Loading branch information
antoninbas authored Sep 25, 2023
1 parent 962060f commit 98c7223
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ updates:
- "k8s.io/*"
update-types:
- "patch"
golang.org/x:
patterns:
- "golang.org/x/*"
ignore:
- dependency-name: "k8s.io/*"
update-types: ["version-update:semver-major", "version-update:semver-minor"] # ignore all except for patch updates
Expand Down

0 comments on commit 98c7223

Please sign in to comment.