Skip to content

Commit

Permalink
build: dependabot update groups
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 authored and maaslalani committed Jul 6, 2023
1 parent 547222c commit 9050625
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ updates:
commit-message:
prefix: "feat"
include: "scope"
groups:
gomod:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -18,3 +22,16 @@ updates:
commit-message:
prefix: "chore"
include: "scope"
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
commit-message:
prefix: "feat"
include: "scope"

0 comments on commit 9050625

Please sign in to comment.