Commit cd7fa94
authored
chore(renovate): target main and ignore broken majors (#408)
## Summary
Follow-up to #403. Switches Renovate from `devel` base branch to `main`
and silences four major bumps known to require manual migration work to
prepare auto bumps for small version changes.
## Changes
- Remove `baseBranchPatterns: ["devel"]` so Renovate uses the default
branch (`main`).
- Add a `packageRule` disabling major bumps for:
- `zod-validation-error` - v5 breaks `eslint-plugin-react-hooks` which
still requires a `zod-validation-error/v4` subpath import.
- `typescript` - v6 has peerDep conflicts (`npm ci` fails on the bumped
lockfile).
- `keyring` - v4 is an architecture change (features renamed, API
rewrite), needs a code migration.
- `tailwindcss` - v4 is a substantial config migration, best done in a
dedicated window.1 parent 2931567 commit cd7fa94
1 file changed
Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 8 | | |
12 | 9 | | |
13 | 10 | | |
14 | 11 | | |
15 | 12 | | |
16 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
17 | 25 | | |
18 | 26 | | |
19 | 27 | | |
| |||
0 commit comments