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

This commit is contained in:
Jack Grigg 2021-09-12 01:36:36 +01:00
parent 3fd753cb64
commit 4555340d35

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

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