Dependabot configuration to update actions in workflow

This commit is contained in:
Scott Brenner 2025-04-25 18:51:37 -07:00 committed by GitHub
parent 04a899ebe3
commit b13060c3a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -0,0 +1,11 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# and
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"