Allow Dependabot to update GitHub Actions
This commit is contained in:
parent
17f059a1bc
commit
1f70c80eb1
1 changed files with 9 additions and 5 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
@ -5,3 +5,7 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
|
- package-ecosystem: "github-actions" # See documentation for possible values
|
||||||
|
directory: "/" # Location of package manifests
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
Loading…
Add table
Reference in a new issue