Renovate
Quick start
Section titled “Quick start”tinkerise add renovateWhat it detects
Section titled “What it detects”The renovate module checks for common Renovate config files:
renovate.jsonrenovate.json5.renovaterc.renovaterc.json.github/renovate.json.github/renovate.json5
It also checks for a renovate key inside package.json.
If any of these are present, the module is considered installed.
What it installs
Section titled “What it installs”renovate is config-only and installs no packages.
It writes one file:
renovate.json
with:
$schema:https://docs.renovatebot.com/renovate-schema.jsonextends:['config:recommended']
File and config changes
Section titled “File and config changes”- Creates
renovate.json - Adds no runtime or dev dependencies
- Leaves package scripts untouched
Conflict handling
Section titled “Conflict handling”If Renovate config already exists, detection marks the module as installed. If a conflicting write is attempted during enhancement runs, tinkerise shows a diff and supports replace/skip choices.