Add Dependabot action to maintain other CI actions

This commit is contained in:
Harvester57 2022-07-31 19:39:02 +02:00
parent da285806b3
commit d6a38b9c88
1 changed files with 6 additions and 0 deletions

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

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