Skip to content

Commit

Permalink
Update GitHub Actions with dependabot (#50)
Browse files Browse the repository at this point in the history
* Update GitHub Actions with dependabot

* Group dependabot PRs and only update monthly

Co-authored-by: Matthew Feickert <[email protected]>

---------

Co-authored-by: Matthew Feickert <[email protected]>
  • Loading branch information
j-s-ashley and matthewfeickert authored Aug 8, 2024
1 parent ee66c80 commit e16109e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
actions:
patterns:
- "*"
labels:
- "github-actions"

0 comments on commit e16109e

Please sign in to comment.