Update renovate.json for Syncthing packages
Adds version constraints for Syncthing app YAML files.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user