Skip to content

Commit f475324

Browse files
chore(config): migrate config renovate.json (#193)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 966c2a0 commit f475324

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

renovate.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,22 @@
66
"packageRules": [
77
{
88
"description": "Configure versioning for Pact Broker Docker image",
9-
"matchPackageNames": ["pactfoundation/pact-broker"],
10-
"matchDatasources": ["docker"],
9+
"matchPackageNames": [
10+
"pactfoundation/pact-broker"
11+
],
12+
"matchDatasources": [
13+
"docker"
14+
],
1115
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)(-pactbroker(?<compatibility>.*))?$"
1216
}
1317
],
14-
"regexManagers": [
18+
"customManagers": [
1519
{
20+
"customType": "regex",
1621
"description": "Update Pact Broker Docker image version in Helm values",
17-
"fileMatch": ["^charts/pact-broker/values\\.yaml$"],
22+
"managerFilePatterns": [
23+
"/^charts/pact-broker/values\\.yaml$/"
24+
],
1825
"matchStrings": [
1926
"# -- Pact Broker image tag \\(immutable tags are recommended\\)\\s+tag:\\s+(?<currentValue>.*?)\\s"
2027
],

0 commit comments

Comments
 (0)