File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 {
1919 "customType" : " regex" ,
2020 "description" : " Update env variable version in Github Actions workflow" ,
21- "fileMatch " : [
22- " /.github/workflows/.+\\ .ya?ml$/"
21+ "managerFilePatterns " : [
22+ " // .github/workflows/.+\\ .ya?ml$/ /"
2323 ],
2424 "matchStrings" : [
2525 " \\ s+.+?: (?<currentValue>.+?) # renovate: datasource=(?<datasource>[a-z-]+?) depName=(?<depName>.+?)(?: (?:packageName|lookupName)=(?<packageName>.+?))?(?: versioning=(?<versioning>[a-z-]+?))?\\ s"
2828 {
2929 "customType" : " regex" ,
3030 "description" : " Update Operator SDK version in bundle Dockerfile" ,
31- "fileMatch " : [
32- " bundle\\ .Dockerfile$"
31+ "managerFilePatterns " : [
32+ " / bundle\\ .Dockerfile$/ "
3333 ],
3434 "matchStrings" : [
3535 " # renovate: datasource=(?<datasource>[a-z-]+?) depName=(?<depName>.+?)(?: (?:packageName|lookupName)=(?<packageName>.+?))?(?: versioning=(?<versioning>[a-z-]+?))?\\ sLABEL operators.operatorframework.io.metrics.builder=operator-sdk-(?<currentValue>.+?)\\ s"
You can’t perform that action at this time.
0 commit comments