Skip to content

Commit

Permalink
ci: Add dependabot conventional commit prefix config
Browse files Browse the repository at this point in the history
  • Loading branch information
BobDotCom authored Nov 13, 2022
1 parent 0e8fd9a commit 8da862b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ updates:
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore(deps)"
prefix-development: "chore(deps-dev)"
include: "scope"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "ci"
include: "scope"

0 comments on commit 8da862b

Please sign in to comment.