Skip to content

Commit

Permalink
chore: tweak Dependabot config for tools (#2468)
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
  • Loading branch information
hiddeco authored Aug 29, 2024
1 parent a6ed61c commit bbd3fdf
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,25 @@ updates:
go-major:
update-types:
- "major"

- package-ecosystem: "gomod"
directory: "/hack/tools"
schedule:
interval: "weekly"
day: "sunday"
commit-message:
prefix: "chore(deps/tools):"
allow:
- dependency-type: "direct"
deny:
- dependency-type: "indirect"
groups:
go-patch:
update-types:
- "patch"
go-minor:
update-types:
- "minor"
go-major:
update-types:
- "major"

0 comments on commit bbd3fdf

Please sign in to comment.