Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.19 KB

renovate.md

File metadata and controls

53 lines (39 loc) · 1.19 KB
description title layout
renovate is a linter for Renovate
Trunk | How to run renovate
title description tableOfContents outline pagination
visible
true
visible
visible
true
visible
true
visible
true

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.

Links