Skip to content

Commit

Permalink
Revert "build: group dependabot updates (#154)"
Browse files Browse the repository at this point in the history
This reverts commit 170a92f.
  • Loading branch information
caarlos0 committed Jul 31, 2023
1 parent dcc6e56 commit 4bb0060
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,6 @@ updates:
commit-message:
prefix: "feat"
include: "scope"
groups:
gomod:
patterns:
- "*"
- package-ecosystem: "gomod"
directory: "/examples"
schedule:
interval: "daily"
labels:
- "dependencies"
commit-message:
prefix: "docs"
include: "scope"
groups:
gomod:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -35,10 +18,6 @@ updates:
commit-message:
prefix: "chore"
include: "scope"
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: "docker"
directory: "/"
schedule:
Expand All @@ -47,4 +26,4 @@ updates:
- "dependencies"
commit-message:
prefix: "feat"
include: "scope"
include: "scope"

0 comments on commit 4bb0060

Please sign in to comment.