Add a dependabot config (#1371)

Dependabot will watch the workflow files in .github/workflows and
automatically file PRs if there are updates available for any of the used
Actions.
This commit is contained in:
LingMan
2022-08-18 15:44:02 +02:00
committed by GitHub
parent 863d0e654f
commit f3cc4cd03e

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

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