Update renovate.json for Syncthing packages
Adds version constraints for Syncthing app YAML files.
This commit is contained in:
parent
6867f017ff
commit
67713f6765
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue