Merge pull request #5286 from str4d/dependabot-actions

CI: Add Dependabot config to keep Actions up-to-date
This commit is contained in:
str4d 2021-09-01 15:13:35 +01:00 committed by GitHub
commit 64bb89d5ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

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

@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
timezone: Etc/UTC
open-pull-requests-limit: 10
reviewers:
- str4d
assignees:
- str4d
labels:
- "A-CI"