Add automatic version updates for github actions using dependabot (#1742)

This commit is contained in:
Ismaël Mejía
2022-11-02 03:23:10 +01:00
committed by GitHub
parent 9cac3e03ef
commit 51c0b2870b

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

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