Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,17 @@ updates:
- package-ecosystem: "github-actions" # search for actions
directory: "/" # search in .github/workflows
schedule:
interval: "weekly" # check for action updates every week
interval: "monthly" # check for action updates every month
groups:
gha-workflow-deps:
patterns:
- "*"

- package-ecosystem: "pip" # search for requirements.txt
directory: "/"
schedule:
interval: "weekly" # check for action updates every week

interval: "monthly" # check for pip dep updates every month
groups:
pip-deps:
patterns:
- "*"