docs: add Renovate preset to Usage section#38
Conversation
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
There was a problem hiding this comment.
Pull request overview
This PR improves the documentation by making the Renovate preset configuration more prominent and easier for adopters to discover. The changes ensure users understand that configuring the Renovate preset is a critical step when adopting flint, preventing situations where SHA-pinned URLs and tool versions never receive automated updates.
Changes:
- Add Renovate preset configuration as an explicit step in the Usage section with explanation
- Add Renovate preset to the Per-repo configuration checklist
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| run = "AUTOFIX=true mise run lint" | ||
| ``` | ||
|
|
||
|
|
There was a problem hiding this comment.
There's a double blank line here (lines 105-106), which is inconsistent with the rest of the document. The pattern throughout the README is to use a single blank line after code blocks. Consider removing this extra blank line to maintain consistency.
There was a problem hiding this comment.
Accepted — removed the extra blank line.
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
Summary
Test plan