Adding dependabot config which takes care of updating github actions (#1811)

This commit is contained in:
waja 2022-11-07 17:47:30 +01:00 committed by GitHub
parent f7f7309b99
commit 8708fd21a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "04:00"
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 10