Extended config with :semanticPrefixFix
creates chore commit
#8661
-
I've got my default configuration on GitHub. The configuration in vidavidorra/repo-template extends that configuration as shown below. Today PR #185 was created that used a {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>vidavidorra/.github", ":semanticPrefixFix"]
} Is this a bug or is my configuration wrong? I'd expected |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Using So you could:
|
Beta Was this translation helpful? Give feedback.
Using
:semanticPrefixFix
would work if it weren't for the fact that you're extending config:base which includes :semanticPrefixFixDepsChoreOthers.So you could:
:semanticCommitTypeAll
instead:semanticPrefixFixDepsChoreOthers
to ignorePresetsconfig:base
, remove it and add only the presets it contains that you want