chore(renovate): extend the shared regula default preset - #389
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
github>jheddings/regula— the newdefaultpreset — to this repository's Renovate config.Why
The self-hosted Renovate bot applied its dependency policy as global config: the
dep:*ecosystem labels,dependencies/renovatelabels,semanticCommits, automerge for CI dependencies and stable-major patches,rangeStrategy: "bump", andlockFileMaintenance.The Renovate GitHub App reads repository config and never sees global config, so under the App this repo would get
config:recommendedplus its ecosystem preset and none of that. That policy now lives in a shareable preset so either bot produces the same result.Ordering
The preset is listed first. Renovate evaluates
packageRulesin order and a later match wins, soconfig:recommended, any ecosystem preset, and any rule defined directly in this file all still override the baseline.What changes
New Renovate PRs should carry
dependencies+renovate+ adep:*label, usechore(deps):/fix(deps):titles, and automerge where the baseline allows it (CI dependencies, patches on a stable major, lock file maintenance).Verification
The resulting file was checked with
renovate-config-validator --strict, and against this repository's own Prettier configuration where it has one.Part of a fleet-wide rollout; already merged in
jheddings/regulaandjheddings/lcars.