File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 "customManagers" : [
1515 {
1616 "customType" : " regex" ,
17- "managerFilePatterns" : [
18- " /Chart\\ .yaml$/"
19- ],
20- "matchStrings" : [
21- " appVersion:\\ s*[\" ']?(?<currentValue>[^\" '\\ s]+)[\" ']?" ,
22- " ^version:\\ s*(?<currentValue>[^\\ s]+)"
23- ],
17+ "managerFilePatterns" : [" /Chart\\ .yaml$/" ],
18+ "matchStrings" : [" appVersion: \" (?<currentValue>[^\" ]+)\" " ],
19+ "autoReplaceStringTemplate" : " appVersion: \" {{newValue}}\" " ,
20+ "depNameTemplate" : " registry1.dso.mil/ironbank/radiusmethod/socketzero/receiver" ,
21+ "datasourceTemplate" : " docker"
22+ },
23+ {
24+ "customType" : " regex" ,
25+ "managerFilePatterns" : [" /Chart\\ .yaml$/" ],
26+ "matchStrings" : [" \\ nversion: (?<currentValue>\\ S+)" ],
27+ "autoReplaceStringTemplate" : " \n version: {{newValue}}" ,
2428 "depNameTemplate" : " registry1.dso.mil/ironbank/radiusmethod/socketzero/receiver" ,
2529 "datasourceTemplate" : " docker"
2630 }
You can’t perform that action at this time.
0 commit comments