Commit d41dd11
MNT: add Renovate config to master so it actually takes effect (#1039)
Renovate (Mend hosted app) reads repository configuration only from the
default branch, which is `master`. The config introduced in #972 was merged
into `develop`, so it never took effect: Renovate ran with bare defaults,
raised PRs against `master` instead of `develop`, did not group updates, and
naively bumped every pinned line in the autogenerated `docs/requirements.txt`.
This adds the configuration on `master` and:
- keeps the intended settings (baseBranches: develop, grouping, labels,
dependency dashboard);
- enables the `pip-compile` manager scoped to `docs/requirements.txt`, which is
autogenerated from `docs/requirements.in`, so the lock file is regenerated
properly instead of patched line by line;
- disables the `pip_requirements` manager for that one file to avoid duplicate
PRs (it still manages the hand-written requirements files).
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent cb15a39 commit d41dd11
1 file changed
Lines changed: 42 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
0 commit comments