File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 "customManagers" : [
1616 {
1717 "customType" : " regex" ,
18- "fileMatch" : [" roles/cozystack/defaults/main\\ .yml$" ],
18+ "managerFilePatterns" : [
19+ " /roles/cozystack/defaults/main\\ .yml$/"
20+ ],
1921 "matchStrings" : [
2022 " cozystack_chart_version:\\ s*\" (?<currentValue>[^\" ]+)\" "
2123 ],
2426 },
2527 {
2628 "customType" : " regex" ,
27- "fileMatch" : [" ^galaxy\\ .yml$" ],
29+ "managerFilePatterns" : [
30+ " /^galaxy\\ .yml$/"
31+ ],
2832 "matchStrings" : [
2933 " version:\\ s*(?<currentValue>\\ S+)"
3034 ],
3337 },
3438 {
3539 "customType" : " regex" ,
36- "fileMatch" : [" (^|/)requirements\\ .yml$" ],
40+ "managerFilePatterns" : [
41+ " /(^|/)requirements\\ .yml$/"
42+ ],
3743 "matchStrings" : [
3844 " source:\\ s*https://github\\ .com/cozystack/ansible-cozystack\\ .git\\ s+type:\\ s*git\\ s+version:\\ s*v?(?<currentValue>\\ S+)"
3945 ],
4349 },
4450 {
4551 "customType" : " regex" ,
46- "fileMatch" : [" inventory\\ .yml$" , " ci-inventory\\ .yml$" ],
52+ "managerFilePatterns" : [
53+ " /inventory\\ .yml$/" ,
54+ " /ci-inventory\\ .yml$/"
55+ ],
4756 "matchStrings" : [
4857 " #\\ s*renovate:\\ s*datasource=(?<datasource>[^\\ s]+)\\ s+depName=(?<depName>[^\\ s]+)[\\ s\\ S]*?k3s_version:\\ s*(?<currentValue>[^\\ s]+)"
4958 ]
You can’t perform that action at this time.
0 commit comments