Merge pull request #777 from Mikaela/dependabot-gh-actions
build: make dependabot also monitor github-actions
This commit is contained in:
commit
97ba54d937
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:
|
||||
prefix: "build: "
|
||||
include: "scope"
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
allow:
|
||||
- dependency-name: "*"
|
||||
commit-message:
|
||||
prefix: "build: "
|
||||
include: "scope"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue