Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
Change to group dependency updates per ecosystem (GHA, go-mod)

Signed-off-by: John Kjell <[email protected]>
  • Loading branch information
jkjell committed Mar 6, 2024
1 parent 910d630 commit 742ceb1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,21 @@ updates:
interval: "weekly"
commit-message:
prefix: "chore"
groups:
all-gha:
patterns:
- "*"

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"
ignore:
- dependency-name: "*"
update-types:
- "version-update:semver-major"
- "version-update:semver-minor"
groups:
all-go-mod:
patterns:
- "*"

- package-ecosystem: docker
directory: /
Expand Down

0 comments on commit 742ceb1

Please sign in to comment.