File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 55 ],
66 "automerge" : true ,
77 "dockerfile" : {
8- "fileMatch " : [
9- " (^|/)Earthfile$" ,
10- " (^|/|\\ .)Dockerfile$" ,
11- " (^|/)Dockerfile[^/]*$"
8+ "managerFilePatterns " : [
9+ " / (^|/)Earthfile$/ " ,
10+ " / (^|/|\\ .)Dockerfile$/ " ,
11+ " / (^|/)Dockerfile[^/]*$/ "
1212 ]
1313 },
1414 "customManagers" : [
1515 {
1616 "customType" : " regex" ,
17- "fileMatch " : [
18- " ^Earthfile$"
17+ "managerFilePatterns " : [
18+ " / ^Earthfile$/ "
1919 ],
2020 "matchStrings" : [
2121 " # renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\ s.+_VERSION=\" (?<currentValue>.*?)\"\\ s"
2222 ]
2323 },
2424 {
2525 "customType" : " regex" ,
26- "fileMatch " : [
27- " ^[.]github/workflows/"
26+ "managerFilePatterns " : [
27+ " / ^[.]github/workflows/ /"
2828 ],
2929 "matchStrings" : [
3030 " .*version: (?<currentValue>.*?)\\ s"
3434 },
3535 {
3636 "customType" : " regex" ,
37- "fileMatch " : [
38- " ^Earthfile$"
37+ "managerFilePatterns " : [
38+ " / ^Earthfile$/ "
3939 ],
4040 "matchStrings" : [
4141 " FROM\\ s+(?<depName>[\\ S]+?):(?<currentValue>[^@\\ s]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?"
4242 ],
4343 "versioningTemplate" : " regex:^(?<compatibility>[\\ S]*\\ d+\\ .\\ d+(?:\\ .\\ d+)?(?:[\\ S]*)?-alpine-?)(?<major>\\ d+)\\ .(?<minor>\\ d+)(?:\\ .(?<patch>\\ d+))?$" ,
44- "datasourceTemplate" : " docker" ,
44+ "datasourceTemplate" : " docker"
4545 },
4646 {
4747 "customType" : " regex" ,
48- "fileMatch " : [
49- " ^Earthfile$"
48+ "managerFilePatterns " : [
49+ " / ^Earthfile$/ "
5050 ],
5151 "matchStringsStrategy" : " recursive" ,
5252 "matchStrings" : [
You can’t perform that action at this time.
0 commit comments