renovatebot/renovate

feat(renovate-config): support updating `local>` presets

Open

#42988 opened on Apr 29, 2026

View on GitHub
 (0 comments) (3 reactions) (0 assignees)TypeScript (14,066 stars) (1,916 forks)batch import
help wanted

Description

Via #37723, extend the support in the Renovate config manager to bump:

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "local>project-blue/components/renovate//src/renovate.json5#0.10.6"
  ],
}

Contributor guide