Update renovate.json
This commit is contained in:
parent
c5f830cca0
commit
7c34cac29c
1 changed files with 15 additions and 3 deletions
|
@ -5,9 +5,21 @@
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"groupName": "go",
|
"groupName": "all dependencies",
|
||||||
"matchPackageNames": ["golang"],
|
"groupSlug": "all",
|
||||||
"separateMinorPatch": true
|
"lockFileMaintenance": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"groupName": "all dependencies",
|
||||||
|
"groupSlug": "all",
|
||||||
|
"matchPackagePatterns": [
|
||||||
|
"*"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"separateMajorMinor": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue