Merge branch 'config' into localApps
This commit is contained in:
commit
0c52a8efda
|
|
@ -315,7 +315,7 @@
|
||||||
"managerFilePatterns": ["/(^|/).+\\.sh$/"],
|
"managerFilePatterns": ["/(^|/).+\\.sh$/"],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
// 调试正则表达式: https://regexr.com/8jlns
|
// 调试正则表达式: https://regexr.com/8jlns
|
||||||
"([\\S]+=)(?<depName>[\\S]+):(?<currentValue>[\\S]+)"
|
"(?:# renovate)(?:\\n+)?([\\S]+=)(?<depName>[\\S]+):(?<currentValue>[\\S]+)"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "{{#if datasource}}{{{datasource}}}{{else}}docker{{/if}}"
|
"datasourceTemplate": "{{#if datasource}}{{{datasource}}}{{else}}docker{{/if}}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue