[#497] Configure Dependabot for GitHub Actions

This commit is contained in:
Carter Jernigan 2022-06-16 07:42:25 -04:00 committed by Carter Jernigan
parent f5975f9c94
commit c754623c16
1 changed files with 11 additions and 0 deletions

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

@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: ".github/actions/setup/"
schedule:
interval: "daily"