mirror of
https://github.com/curl/curl.git
synced 2026-07-16 01:57:18 +03:00
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
2 changed files with 10 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue