docs: add renovate notes

This commit is contained in:
Stefan Reimer 2025-06-10 22:17:21 +00:00
parent ca67be57ee
commit 3164f19b43

View File

@ -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
```