1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-25 14:09:39 +08:00

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

View File

@ -315,7 +315,7 @@
"managerFilePatterns": ["/(^|/).+\\.sh$/"],
"matchStrings": [
// : https://regexr.com/8jlns
"([\\S]+=)(?<depName>[\\S]+):(?<currentValue>[\\S]+)"
"(?:# renovate)(?:\\n+)?([\\S]+=)(?<depName>[\\S]+):(?<currentValue>[\\S]+)"
],
"datasourceTemplate": "{{#if datasource}}{{{datasource}}}{{else}}docker{{/if}}"
}