Skip to content

Commit

Permalink
missed rename: regexManager to customManager
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulGautamSingh committed Sep 24, 2023
1 parent d72001a commit 0e23d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/presets/internal/regex-managers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const presets: Record<string, Preset> = {
},
mavenPropertyVersions: {
description: 'Update `*.version` properties in `pom.xml` files.',
regexManagers: [
customManagers: [
{
customType: 'regex',
datasourceTemplate:
Expand Down

0 comments on commit 0e23d0c

Please sign in to comment.