Skip to content

Commit

Permalink
Add dependabot updates for github actions
Browse files Browse the repository at this point in the history
This should ensure we don't fall behind in our action dependencies.
  • Loading branch information
JacobCallahan committed Aug 28, 2024
1 parent 86c7ff7 commit ca9776e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# This is the configuration file for Dependabot. You can find configuration information below.
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# Note: Dependabot has a configurable max open PR limit of 5

version: 2
updates:

# Maintain dependencies for our GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"

0 comments on commit ca9776e

Please sign in to comment.