Adopt local>ModernLeft/renovate preset in renovate.json #26

Open
opened 2026-05-03 21:27:19 +00:00 by gravityfargo · 0 comments
Owner

Context

The central Renovate preset local>ModernLeft/renovate (https://code.modernleft.org/ModernLeft/renovate/src/branch/main/default.json) carries the house-style config: config:best-practices, daily schedule, linter grouping, dev-dep automerge, OSV vulnerability alerts.

This repo's renovate.json currently extends only config:recommended, so the central preset is bypassed and house rules don't apply here.

Change

In renovate.json, replace:

"extends": ["config:recommended"]

with:

"extends": ["local>ModernLeft/renovate"]

config:recommended is still applied transitively via config:best-practices, so any other settings in renovate.json are unaffected.

Acceptance

  • renovate.json extends local>ModernLeft/renovate
  • Next renovate run picks up house defaults (verifiable in renovate logs / new PR groupings)
## Context The central Renovate preset `local>ModernLeft/renovate` (https://code.modernleft.org/ModernLeft/renovate/src/branch/main/default.json) carries the house-style config: `config:best-practices`, daily schedule, linter grouping, dev-dep automerge, OSV vulnerability alerts. This repo's `renovate.json` currently extends only `config:recommended`, so the central preset is bypassed and house rules don't apply here. ## Change In `renovate.json`, replace: "extends": ["config:recommended"] with: "extends": ["local>ModernLeft/renovate"] `config:recommended` is still applied transitively via `config:best-practices`, so any other settings in `renovate.json` are unaffected. ## Acceptance - [ ] `renovate.json` extends `local>ModernLeft/renovate` - [ ] Next renovate run picks up house defaults (verifiable in renovate logs / new PR groupings) ## Related - Upstream change to onboardingConfig: ModernLeft/renovate#5
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ModernLeft/athena-file#26
No description provided.