Skip to content

Commit

Permalink
Merge pull request #32 from agriyakhetarpal/add/dependabot
Browse files Browse the repository at this point in the history
chore: add Dependabot for GitHub Actions and `pip` dependencies
  • Loading branch information
agriyakhetarpal authored Jan 31, 2025
2 parents 49c556b + cf58fdc commit fa809ca
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 @@
# GitHub Dependabot configuration file. References:
# 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:
interval: monthly
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: monthly

0 comments on commit fa809ca

Please sign in to comment.