Merge pull request #12 from jlosito/dependabot-config

Allow dependabot to check GitHub actions daily
This commit is contained in:
Ignacio Roldán Etcheverry
2022-01-25 20:18:13 +01:00
committed by GitHub

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

@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"