Configure Renovate (#319)
* Add renovate.json * [dist] Update renovate.json
This commit is contained in:
parent
48c92ce989
commit
10318c0098
1 changed files with 24 additions and 0 deletions
24
renovate.json
Normal file
24
renovate.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"extends": ["config:base"],
|
||||||
|
|
||||||
|
"platform": "github",
|
||||||
|
"autodiscover": false,
|
||||||
|
"requireConfig": true,
|
||||||
|
|
||||||
|
"ignoreNpmrcFile": true,
|
||||||
|
"rangeStrategy": "replace",
|
||||||
|
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"packagePatterns": [
|
||||||
|
"*"
|
||||||
|
],
|
||||||
|
"minor": {
|
||||||
|
"groupName": "all non-major dependencies",
|
||||||
|
"groupSlug": "all-minor-patch"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
|
"commitMessagePrefix": "[dist]"
|
||||||
|
}
|
Loading…
Reference in a new issue