1
0
Fork 0

Merge branch 'config' into localApps

This commit is contained in:
pooneyy 2026-02-06 11:02:36 +08:00
commit 0c52a8efda
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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}}"
} }