1
0
Fork 0

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
1 changed files with 6 additions and 0 deletions

View File

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