SIGN IN SIGN UP

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`.
V
Vlada Dusek committed
7f61a108c49f4238a305ba955a6d05d418ee3a7e
Parent: 25c4087
Committed by GitHub <noreply@github.com> on 7/7/2026, 12:15:36 PM