1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00

Create dependabot.yml for updating github-actions (#4450)

This commit is contained in:
Jameson Nash 2024-07-25 12:22:22 -04:00 committed by GitHub
parent ecc11611d3
commit f56f21d7da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

7
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,7 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"