Skip to content

Commit

Permalink
ci: Enable Dependabot version updates for GitHub Actions (#153)
Browse files Browse the repository at this point in the history
* Add GitHub Dependabot config to check for GitHub Action version updates and
to open PRs if available. Set the check and update interval to weekly.
   - c.f. https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
  • Loading branch information
matthewfeickert committed Oct 25, 2022
1 parent e04193b commit 98470b5
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: "weekly"
labels:
- "github-actions"
- "dependencies"
reviewers:
- "matthewfeickert"
- "eduardo-rodrigues"

0 comments on commit 98470b5

Please sign in to comment.