CI: Add dependabot.yml
This will cause dependabot to open a PR when various actions are updated, provided that the action maintainer has issued a release. Closes #12623
This commit is contained in:
parent
8558647613
commit
bf7cd837a6
6
.github/dependabot.yml
vendored
Normal file
6
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
@ -96,3 +96,7 @@ License: curl
|
||||
Files: .mailmap
|
||||
Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
License: curl
|
||||
|
||||
Files: .github/dependabot.yml
|
||||
Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
License: curl
|
||||
|
||||
Loading…
Reference in New Issue
Block a user