Skip to content

Instantly share code, notes, and snippets.

View HarHarLinks's full-sized avatar
🐞
filing those issues

Kim Brose HarHarLinks

🐞
filing those issues
  • Germany
View GitHub Profile
@HarHarLinks
HarHarLinks / renovate.md
Created June 16, 2025 09:20
How to preview and debug renovate grouping
  1. install renovate cli https://docs.renovatebot.com/getting-started/running/#npm-package-cli
  2. run LOG_LEVEL=debug renovate --platform=local --dry-run=lookup --repository-cache=reset | tee renovate.txt (or similar)
  3. within renovate.txt, locate the detected updates
  4. extract the json object within the "config" key and save it as renovate.txt.json. e.g.
    `DEBUG: packageFiles with updates (repository=local)`
        "config": {
          "dockerfile": [
    

{