Skip to content

Commit

Permalink
Change: Remove scope from dependabot commit message config
Browse files Browse the repository at this point in the history
It seems this includes `(deps)` after the desired `Deps` and results in
an invalid conventional commits entry.
  • Loading branch information
bjoernricks committed May 15, 2023
1 parent 81bdd4a commit 68bd577
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ updates:
- dependency-type: indirect
commit-message:
prefix: "Deps"
include: "scope"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "Deps"
include: "scope"

0 comments on commit 68bd577

Please sign in to comment.