Skip to content

Commit

Permalink
ci: Remove scopes from dependabot config (#796)
Browse files Browse the repository at this point in the history
Having the scopes defined in the commit message was adding a "(deps)"
tag to it, but that's exactly the purpose of the prefixes that we
already add.
  • Loading branch information
denisonbarbosa authored Sep 27, 2023
2 parents 323000c + 55581f4 commit f1ce0a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ updates:
schedule:
interval: "daily"
commit-message:
include: "scope"
prefix: "deps(go)"

- package-ecosystem: "gomod"
directory: "/tools"
schedule:
interval: "daily"
commit-message:
include: "scope"
prefix: "deps(go-tools)"

- package-ecosystem: "github-actions"
Expand All @@ -26,5 +24,4 @@ updates:
schedule:
interval: "daily"
commit-message:
include: "scope"
prefix: "deps(ci)"

0 comments on commit f1ce0a5

Please sign in to comment.