Enable Dependabot for GitHub Actions

This commit is contained in:
Eric Lippmann 2024-10-22 15:48:24 +02:00
parent 4ed60f527b
commit f21f12528e
1 changed files with 7 additions and 0 deletions

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

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