Skip to content

Commit

Permalink
Revert "fix(maven): Disable all parent packages by default (renovateb…
Browse files Browse the repository at this point in the history
…ot#25823)"

This reverts commit 5c3eade.
  • Loading branch information
zharinov committed Nov 16, 2023
1 parent 5c3eade commit 152e060
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/config/presets/internal/workarounds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export const presets: Record<string, Preset> = {
'workarounds:supportRedHatImageVersion',
'workarounds:javaLTSVersions',
'workarounds:disableEclipseLifecycleMapping',
'workarounds:disableMavenParentPackages',
'workarounds:disableMavenParentRoot',
'workarounds:containerbase',
],
Expand Down Expand Up @@ -48,16 +47,6 @@ export const presets: Record<string, Preset> = {
},
],
},
disableMavenParentPackages: {
description: 'Avoid version fetching for parent Maven packages.',
packageRules: [
{
enabled: false,
matchDepTypes: ['parent'],
matchManagers: ['maven'],
},
],
},
disableMavenParentRoot: {
description:
'Avoid version fetching for Maven packages detected as project root.',
Expand Down

0 comments on commit 152e060

Please sign in to comment.