Skip to content

Commit d3ff35e

Browse files
authored
fixes repo match string (#195)
Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
1 parent f475324 commit d3ff35e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"/^charts/pact-broker/values\\.yaml$/"
2424
],
2525
"matchStrings": [
26-
"# -- Pact Broker image tag \\(immutable tags are recommended\\)\\s+tag:\\s+(?<currentValue>.*?)\\s"
26+
"repository: pactfoundation/pact-broker[\\s\\S]*?tag: (?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+-pactbroker[0-9]+\\.[0-9]+\\.[0-9]+)"
2727
],
2828
"datasourceTemplate": "docker",
29-
"depNameTemplate": "pactfoundation/pact-broker",
29+
"packageNameTemplate": "pactfoundation/pact-broker",
3030
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-pactbroker(?<compatibility>.*))?$"
3131
}
3232
]

0 commit comments

Comments
 (0)