Skip to content

Commit

Permalink
ci: Enable Dependabot version updates for GitHub Actions (#1900)
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
henryiii authored Jun 29, 2022
1 parent cac88cd commit 4acfda2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 4acfda2

Please sign in to comment.