Add Dependabot config to keep Github Actions up-to-date
This commit is contained in:
parent
7652bbfcd1
commit
034748ed0a
1 changed files with 11 additions and 0 deletions
11
.github/dependabot.yml
vendored
Normal file
11
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: github-actions
|
||||||
|
directory: /
|
||||||
|
open-pull-requests-limit: 999
|
||||||
|
rebase-strategy: disabled
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
labels:
|
||||||
|
- area/dependencies
|
||||||
|
- area/ci
|
Loading…
Reference in a new issue