Configure Dependabot for GitHub actions

This commit is contained in:
Thomas Lauf 2022-10-19 22:26:46 +02:00
parent 3b84f306e6
commit b2d78bb677

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

@ -0,0 +1,7 @@
version: 2
updates:
# Enable version updates for GitHub actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"