description | title | layout | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
renovate is a linter for Renovate |
Trunk | How to run renovate |
|
renovate is a linter for Renovate.
You can enable the renovate linter with:
trunk check enable renovate
renovate will be auto-enabled if any of its config files are present: renovate.json
, renovate.json5
, .github/renovate.json
.
renovate supports the following config files:
renovate.json
renovate.json5
.github/renovate.json
.github/renovate.json5
.gitlab/renovate.json
.gitlab/renovate.json5
.renovaterc
.renovaterc.json
.renovaterc.json5
Unlike with most tools under trunk check
, these files cannot be moved.
- renovate site
- renovate Trunk Code Quality integration source
- Trunk Code Quality's open source plugins repo