Commit 7f61a10
authored
chore(ci): modernize Renovate config (#921)
Modernizes the Renovate config to the current schema. Renovate v36+
renamed several options, and `renovate-config-validator --strict`
reported that the config needs migration. Applies exactly the migrations
the validator prescribes:
- `config:base` → `config:recommended`
- `pinVersions: false` → `rangeStrategy: "replace"`
- `matchPaths` → `matchFileNames`
Also fixes the inconsistent indentation of the last `packageRules` entry
(10 → 12 spaces).
No behavior change: after the change the config validates cleanly
(`Config validated successfully`), whereas before it emitted `Config
migration necessary`.1 parent 25c4087 commit 7f61a10
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments