Adopt local>ModernLeft/renovate preset in renovate.json #26
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ModernLeft/athena-file#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.jsoncurrently extends onlyconfig:recommended, so the central preset is bypassed and house rules don't apply here.Change
In
renovate.json, replace:with:
config:recommendedis still applied transitively viaconfig:best-practices, so any other settings inrenovate.jsonare unaffected.Acceptance
renovate.jsonextendslocal>ModernLeft/renovateRelated