CI: Add Dependabot config to keep Actions up-to-date

This commit is contained in:
Jack Grigg 2021-09-01 01:11:28 +01:00
parent ddd34ff972
commit 0c1c5be67f
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"