We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f475324 commit d3ff35eCopy full SHA for d3ff35e
renovate.json
@@ -23,10 +23,10 @@
23
"/^charts/pact-broker/values\\.yaml$/"
24
],
25
"matchStrings": [
26
- "# -- Pact Broker image tag \\(immutable tags are recommended\\)\\s+tag:\\s+(?<currentValue>.*?)\\s"
+ "repository: pactfoundation/pact-broker[\\s\\S]*?tag: (?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+-pactbroker[0-9]+\\.[0-9]+\\.[0-9]+)"
27
28
"datasourceTemplate": "docker",
29
- "depNameTemplate": "pactfoundation/pact-broker",
+ "packageNameTemplate": "pactfoundation/pact-broker",
30
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-pactbroker(?<compatibility>.*))?$"
31
}
32
]
0 commit comments