forked from lix-project/lix-website
20 lines
369 B
JSON
20 lines
369 B
JSON
|
{
|
||
|
"platform": "github",
|
||
|
"autodiscover": false,
|
||
|
"requireConfig": true,
|
||
|
"ignoreNpmrcFile": true,
|
||
|
"rangeStrategy": "replace",
|
||
|
"packageRules": [
|
||
|
{
|
||
|
"packagePatterns": [
|
||
|
"*"
|
||
|
],
|
||
|
"minor": {
|
||
|
"groupName": "all non-major dependencies",
|
||
|
"groupSlug": "all-minor-patch"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"commitMessagePrefix": "[dist]"
|
||
|
}
|