Creates dependabot configuration for GitHub actions

This commit is contained in:
Trenton Holmes 2023-03-10 18:15:32 -08:00
parent 6e2f7814cb
commit 8cf2b9cadd

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

@ -0,0 +1,12 @@
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#package-ecosystem
version: 2
updates:
# Enable updates for Github Actions
- package-ecosystem: "github-actions"
target-branch: "master"
directory: "/"
schedule:
# Check for updates to GitHub Actions every month
interval: "monthly"