Create dependabot.yml

This commit is contained in:
schklom
2023-07-20 23:10:46 +02:00
committed by GitHub
parent 964540d30f
commit 8b4e996b7e

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

@ -0,0 +1,7 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"