Skip to content

Commit

Permalink
CI: Add Dependabot to keep GitHub Actions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Feb 8, 2025
1 parent 1d8562a commit 2ccb7b1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Keep GitHub Actions up to date with GitHub's Dependabot
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
groups:
github-actions:
patterns:
- "*" # Group all Actions updates into a single larger pull request
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"

0 comments on commit 2ccb7b1

Please sign in to comment.