Autoupdate github action (#1486)

This will keep stuff like `- uses: actions/checkout@v2` updated (v3 is latest) in Github Actions
This commit is contained in:
James
2022-07-18 20:43:14 +01:00
committed by GitHub
parent a608c336dc
commit de41f014ec

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

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