1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 02:11:04 +08:00

Update renovate.json for Syncthing packages

Adds version constraints for Syncthing app YAML files.
This commit is contained in:
pooneyy 2025-08-12 21:25:35 +08:00
parent 6867f017ff
commit 67713f6765
No known key found for this signature in database

View File

@ -205,6 +205,12 @@
"apps/reader/2.7.*/*.yml"
],
"allowedVersions": "/^2.7.*/"
},
{
"matchFileNames": [
"apps/syncthing*/1.*/*.yml"
],
"allowedVersions": "/^1.*/"
}
],
"prCreation": "immediate"