Skip to content

Commit

Permalink
Update dependabot.yml (#405)
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 <john@testifysec.com>
Co-authored-by: Tom Meadows <tom@tmlabs.co.uk>
  • Loading branch information
jkjell and ChaosInTheCRD committed Mar 26, 2024
1 parent c86b46d commit 90cb5ac
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/dependabot.yml
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 90cb5ac

Please sign in to comment.