Skip to content

Commit

Permalink
Group docker dep updates
Browse files Browse the repository at this point in the history
Add group in dependabot configuration to bump
github.com/docker related deps together
  • Loading branch information
piyush-garg authored and tekton-robot committed May 8, 2024
1 parent b0984e3 commit edec070
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ updates:
ignore:
- dependency-name: "k8s.io/*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
groups:
go-docker-dependencies:
patterns:
- "github.com/docker/*"
- package-ecosystem: "gomod"
directory: "/tools"
schedule:
Expand Down

0 comments on commit edec070

Please sign in to comment.