ci: keep github actions up to date with dependabot (#307)

This commit is contained in:
Marco Ieni 2022-07-11 16:21:03 +02:00 committed by GitHub
parent 7258b71753
commit 396ac0fbf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
# Check for updates every Monday
schedule:
interval: "weekly"
open-pull-requests-limit: 10