File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 1414 " docker:enableMajor" ,
1515 " group:allDigest"
1616 ],
17-
1817 "customManagers" : [
1918 {
2019 "customType" : " regex" ,
21- "fileMatch " : [
22- " (^|/)Makefile$" ,
23- " (^|/)Dockerfile$"
20+ "managerFilePatterns " : [
21+ " / (^|/)Makefile$/ " ,
22+ " / (^|/)Dockerfile$/ "
2423 ],
2524 "matchStrings" : [
2625 " (?<depName>\\ w+)_VERSION\\ s*=\\ s*(?<currentValue>[^\\ s]+)\\ s*#\\ s*renovate:\\ s*datasource=(?<datasource>[^\\ s]+)\\ s*depName=(?<packageName>[^\\ s]+)"
3029 },
3130 {
3231 "customType" : " regex" ,
33- "fileMatch " : [
34- " tests/e2e/versions\\ .go$"
32+ "managerFilePatterns " : [
33+ " / tests/e2e/versions\\ .go$/ "
3534 ],
3635 "matchStrings" : [
3736 " \\ s*(?<depName>\\ w+)\\ s*=\\ s*\" (?<currentValue>[^\" ]+)\"\\ s*//\\ s*renovate:\\ s*datasource=(?<datasource>[^\\ s]+)\\ s*depName=(?<packageName>[^\\ s]+)\\ s*registryUrl=(?<registryUrl>\\ S+)"
4241 },
4342 {
4443 "customType" : " regex" ,
45- "fileMatch " : [
46- " api/v1beta1/kafkacluster_types\\ .go$"
44+ "managerFilePatterns " : [
45+ " / api/v1beta1/kafkacluster_types\\ .go$/ "
4746 ],
4847 "matchStrings" : [
4948 " (?<depName>\\ w+)\\ s*=\\ s*\" [^:]+:(?<currentValue>[^\" ]+)\"\\ s*//\\ s*renovate:\\ s*datasource=(?<datasource>\\ w+)\\ s*depName=(?<packageName>[^\\ s]+)"
9190 ],
9291 "matchManagers" : [
9392 " dockerfile" ,
94- " regex"
93+ " custom. regex"
9594 ],
9695 "matchUpdateTypes" : [
9796 " major"
105104 ],
106105 "matchManagers" : [
107106 " dockerfile" ,
108- " regex"
107+ " custom. regex"
109108 ],
110109 "matchUpdateTypes" : [
111110 " minor" ,
123122 " maven" ,
124123 " dockerfile" ,
125124 " docker-compose" ,
126- " regex" ,
125+ " custom. regex" ,
127126 " helm-values"
128127 ],
129128 "commitMessagePrefix" : " chore(deps):" ,
144143 " maven" ,
145144 " dockerfile" ,
146145 " docker-compose" ,
147- " regex" ,
146+ " custom. regex" ,
148147 " helm-values" ,
149148 " docker"
150149 ],
You can’t perform that action at this time.
0 commit comments