From 3164f19b43630a10c4c97bbb05c0787d83526768 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Tue, 10 Jun 2025 22:17:21 +0000 Subject: [PATCH] docs: add renovate notes --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 699dbe6..57afdb5 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,14 @@ Add subtree to your project: git subtree add --prefix .ci https://git.zero-downtime.net/ZeroDownTime/ci-tools-lib.git main --squash ``` - ## Jenkins Shared groovy libraries ## Make Common Makefile include + +# Renovate +Run renovate locally to test custom config: +``` +LOG_LEVEL=debug ~/node_modules/renovate/dist/renovate.js --platform local --dry-run +```