build: make dependabot also monitor github-actions
This commit is contained in:
parent
ab9ca586b4
commit
9cf66d6cab
1 changed files with 9 additions and 0 deletions
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
|
|
@ -9,3 +9,12 @@ updates:
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "build: "
|
prefix: "build: "
|
||||||
include: "scope"
|
include: "scope"
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
allow:
|
||||||
|
- dependency-name: "*"
|
||||||
|
commit-message:
|
||||||
|
prefix: "build: "
|
||||||
|
include: "scope"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue