File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 ]
1818 }
1919 {
20- customType: "regex",
21- description: "Process Annotations in Dockerfiles",
22- managerFilePatterns: ["/(^|/)Dockerfile$/"],
23- matchStrings: [
20+ " customType" : " regex" ,
21+ " description" : " Process Annotations in Dockerfiles" ,
22+ " managerFilePatterns" : [" /(^|/)Dockerfile$/" ],
23+ " matchStrings" : [
2424 " datasource=(?<datasource>\\ S+) depName=(?<depName>\\ S+)( versioning=(?<versioning>\\ S+))?\\ n.+(:\\ s|=)(&\\ S+\\ s)?(?<currentValue>\\ S+)" ,
2525 ],
26- datasourceTemplate: "{{#if datasource }}{{{datasource}}}{{else}}github-releases{{/if}}",
27- versioningTemplate: "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}",
26+ " datasourceTemplate" : " {{#if datasource}}{{{datasource}}}{{else}}github-releases{{/if}}" ,
27+ " versioningTemplate" : " {{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}" ,
2828 },
2929 ],
3030 "packageRules" : [
You can’t perform that action at this time.
0 commit comments