Skip to content

Commit

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

0 comments on commit b639c9b

Please sign in to comment.