Skip to content
Snippets Groups Projects
Unverified Commit 3d82bac0 authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

fix(presets): semanticCommitTypeAll + lockFileMaintenance (#24019)

parent 9903ed16
No related branches found
No related tags found
No related merge requests found
...@@ -534,7 +534,7 @@ export const presets: Record<string, Preset> = { ...@@ -534,7 +534,7 @@ export const presets: Record<string, Preset> = {
'If Renovate detects semantic commits, it will use semantic commit type `{{arg0}}` for all commits.', 'If Renovate detects semantic commits, it will use semantic commit type `{{arg0}}` for all commits.',
packageRules: [ packageRules: [
{ {
matchPackagePatterns: ['*'], matchFileNames: ['**/*'],
semanticCommitType: '{{arg0}}', semanticCommitType: '{{arg0}}',
}, },
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment