Skip to content

Commit

Permalink
ci: remove scope from dependabot prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
BobDotCom authored Nov 15, 2022
1 parent 877ae98 commit 47d92f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ updates:
schedule:
interval: "daily"
commit-message:
prefix: "chore(deps)"
prefix-development: "chore(deps-dev)"
prefix: "chore"
prefix-development: "chore"
include: "scope"
- package-ecosystem: "github-actions"
directory: "/"
Expand Down

0 comments on commit 47d92f7

Please sign in to comment.