Commit 7281b82
Refine Renovate config to reduce PR noise
- Disable pip_requirements manager: docs/requirements.txt restates
packages already managed via Poetry dev-deps, so updates were
duplicating across two PRs per package.
- Use rangeStrategy=update-lockfile for Poetry runtime deps so
library users are not forced onto a newer minor than necessary
(e.g., keep pydantic ^2.9 instead of bumping the floor to 2.13.3).
Dev-deps and GitHub Actions still use the global "bump" strategy.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 6bd194e commit 7281b82
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
23 | 34 | | |
24 | 35 | | |
25 | 36 | | |
| |||
0 commit comments