Skip to content

Commit

Permalink
Add dependabot config
Browse files Browse the repository at this point in the history
Batch all updates (per ecosystem) into a single PR once a month.
  • Loading branch information
tamird committed Feb 11, 2025
1 parent c3d7f0e commit 96c968d
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 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
groups:
pip-packages:
patterns:
- "*"

0 comments on commit 96c968d

Please sign in to comment.