add dependabot config to keep github ci actions up-to-date

This commit is contained in:
Jörg Thalheim 2023-06-18 19:22:57 +07:00 committed by Alexander Fougner
parent 73dd04c059
commit 2bbb23812c

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

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