Skip to content

Commit

Permalink
ci: Add Dependabot updates for GitHub Actions
Browse files Browse the repository at this point in the history
* Enable weekly checks for updates to GitHub Actions in use with
  Dependabot. Group the updates into a single PR to avoid PR noise.
  • Loading branch information
matthewfeickert committed Jan 17, 2025
1 parent 67dea4c commit d3afe7c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
actions:
patterns:
- "*"
labels:
- "github-actions"
- "dependencies"
reviewers:
- "BenGalewsky"
- "ponyisi"

0 comments on commit d3afe7c

Please sign in to comment.