Commit 88eb12d
authored
chore(ci): modernize Renovate config (#659)
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"`
No behavior change: after the change the config validates cleanly
(`Config validated successfully`), whereas before it emitted `Config
migration necessary`.1 parent c989ce7 commit 88eb12d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments