ci: Configure dependabot commit messages
This commit is contained in:
parent
fcd54cebed
commit
55df698ada
1 changed files with 7 additions and 1 deletions
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
|
@ -5,7 +5,13 @@ updates:
|
|||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 10
|
||||
commit-message:
|
||||
prefix: "chore"
|
||||
include: "scope"
|
||||
- package-ecosystem: "github-actions" # See documentation for possible values
|
||||
directory: "/" # Location of package manifests
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: "daily"
|
||||
commit-message:
|
||||
prefix: "ci"
|
||||
include: "scope"
|
Loading…
Add table
Reference in a new issue