renovate

renovate is a linter for Renovate.

You can enable the renovate linter with:

trunk check enable renovate

Auto Enabling

renovate will be auto-enabled if any of its config files are present: renovate.json, renovate.json5, .github/renovate.json.

Settings

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.

Last updated