Skip to content

Commit

Permalink
build: set dependabot commit message
Browse files Browse the repository at this point in the history
Prefix dependabot PRs/commits with `build(deps): `.
  • Loading branch information
willholley committed May 21, 2024
1 parent 2afdf63 commit c1375b5
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 @@ -5,7 +5,14 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
commit-message:
prefix: " build(deps-dev): "
include: "scope"
- package-ecosystem: "gitsubmodule"
schedule:
interval: daily
directory: "/"
open-pull-requests-limit: 10
commit-message:
prefix: " build(deps-dev): "
include: "scope"

0 comments on commit c1375b5

Please sign in to comment.