Skip to content

Commit

Permalink
build: group dependabot updates (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jul 6, 2023
1 parent c1b0b19 commit ea7ceb7
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,36 @@ updates:
commit-message:
prefix: "feat"
include: "scope"
groups:
gomod:
patterns:
- "*"
- package-ecosystem: "gomod"
directory: "/examples"
schedule:
interval: "daily"
labels:
- "dependencies"
commit-message:
prefix: "chore"
prefix: "docs"
include: "scope"
groups:
gomod:
patterns:
- "*"
- package-ecosystem: "gomod"
directory: "/tutorials"
schedule:
interval: "daily"
labels:
- "dependencies"
commit-message:
prefix: "chore"
prefix: "docs"
include: "scope"
groups:
gomod:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -36,3 +48,7 @@ updates:
commit-message:
prefix: "chore"
include: "scope"
groups:
github-actions:
patterns:
- "*"

0 comments on commit ea7ceb7

Please sign in to comment.