mirror of
https://github.com/curl/curl.git
synced 2026-08-02 19:10:30 +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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue