Skip to content

Commit

Permalink
Add Dependabot config to monitor Actions versions
Browse files Browse the repository at this point in the history
Check Actions versions weekly and create PRs to update them as necessary.
  • Loading branch information
douglatornell committed Dec 27, 2022
1 parent 4fd1fad commit 94de42c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Dependabot config to enable checking for version updates on actions
# and open pull requests to apply those updates
# refs:
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"

0 comments on commit 94de42c

Please sign in to comment.