Dependabot configuration to update actions in workflows

This commit is contained in:
Scott Brenner 2024-04-29 20:37:42 -07:00 committed by GitHub
parent ba3f3cd54b
commit 898a72ad30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -0,0 +1,14 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
# Look for GitHub Actions workflows in the `root` directory
directory: "/"
# Check the for updates once a week
schedule:
interval: "weekly"