Update renovate.json: Add version constraint for movie-pilot
This commit is contained in:
parent
b503f06327
commit
36e3499db0
|
|
@ -153,6 +153,12 @@
|
||||||
],
|
],
|
||||||
"allowedVersions": "/^11.8.*/"
|
"allowedVersions": "/^11.8.*/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchFileNames": [
|
||||||
|
"apps/movie-pilot/1.*.*/*.yml"
|
||||||
|
],
|
||||||
|
"allowedVersions": "<2"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchFileNames": [
|
"matchFileNames": [
|
||||||
"apps/mysql/5.5.*/*.yml"
|
"apps/mysql/5.5.*/*.yml"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue