Merge branch 'config' into localApps
This commit is contained in:
commit
cb586e0c10
|
|
@ -54,12 +54,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"chaitin/safeline-mgt",
|
"chaitin/safeline**"
|
||||||
"chaitin/safeline-detector",
|
|
||||||
"chaitin/safeline-tengine",
|
|
||||||
"chaitin/safeline-luigi",
|
|
||||||
"chaitin/safeline-fvm",
|
|
||||||
"chaitin/safeline-chaos"
|
|
||||||
],
|
],
|
||||||
"groupName": "SafeLine"
|
"groupName": "SafeLine"
|
||||||
},
|
},
|
||||||
|
|
@ -165,6 +160,12 @@
|
||||||
],
|
],
|
||||||
"allowedVersions": "/^8.4.*/"
|
"allowedVersions": "/^8.4.*/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchFileNames": [
|
||||||
|
"apps/safeline/8.*.*/*.yml"
|
||||||
|
],
|
||||||
|
"allowedVersions": "/^8.*.*/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchFileNames": [
|
"matchFileNames": [
|
||||||
"apps/php-unofficial/7.4.*/*.yml",
|
"apps/php-unofficial/7.4.*/*.yml",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue