Dependabot manage GHA versions.

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
Dan Schaper 2021-08-13 21:51:01 -07:00
parent 76be304d79
commit 066f891cc1
No known key found for this signature in database
GPG Key ID: 6055EE2AD4004FC0
1 changed files with 7 additions and 0 deletions

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

@ -0,0 +1,7 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"