Skip to content

Commit

Permalink
split up python updates and assign to @matmair for manual fixes where…
Browse files Browse the repository at this point in the history
… necessary (#8772)
  • Loading branch information
matmair authored Dec 26, 2024
1 parent 1d22b89 commit 04d7a96
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,33 @@ updates:

- package-ecosystem: pip
directories:
- /contrib/container
- /docs
- /contrib/dev_reqs
schedule:
interval: weekly
day: friday
groups:
dependencies:
patterns:
- "*" # Include all dependencies
assignees:
- "matmair"
versioning-strategy: increase

- package-ecosystem: pip
directories:
- /contrib/container
- /src/backend
schedule:
interval: weekly
day: friday
groups:
dependencies:
patterns:
- "*" # Include all dependencies
assignees:
- "matmair"
versioning-strategy: increase

- package-ecosystem: npm
directories:
Expand Down

0 comments on commit 04d7a96

Please sign in to comment.