npm minor/patch updates are disabled and handled by weekly lockFileMaintenance, so the eslint/sass automerge presets (scoped to minor/patch only) could never fire. Remove them; their updates still auto-merge via the lockfile PR, and their majors now surface as reviewable PRs per policy. Wire the missing automerge-typescript preset into automerge-common so TypeScript majors auto-merge on green CI as intended. Add a README documenting the update policy, auto-merge safety model, and supply-chain hardening. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
11 lines
451 B
JSON
11 lines
451 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"description": "Wires in every automerge exception preset (packages trusted to merge on green CI)",
|
|
"extends": [
|
|
"local>iac/renovate-config//automerge-bootstrap",
|
|
"local>iac/renovate-config//automerge-docker",
|
|
"local>iac/renovate-config//automerge-go",
|
|
"local>iac/renovate-config//automerge-sveltekit",
|
|
"local>iac/renovate-config//automerge-typescript"
|
|
]
|
|
}
|