Add update check for Github actions (#2342)

This commit is contained in:
ale5000 2024-04-29 10:23:06 +02:00 committed by GitHub
parent a466945fcd
commit 1e4b53dd09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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

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