Update Renovate Config
This commit is contained in:
parent
6b05c27a56
commit
597f17944c
1 changed files with 11 additions and 0 deletions
|
@ -20,6 +20,17 @@
|
||||||
"ignoreUnstable": true,
|
"ignoreUnstable": true,
|
||||||
"minimumReleaseAge": "3",
|
"minimumReleaseAge": "3",
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"groupName": "all non-major dependencies",
|
||||||
|
"groupSlug": "all-minor-patch",
|
||||||
|
"matchPackageNames": [
|
||||||
|
"*"
|
||||||
|
],
|
||||||
|
"matchUpdateTypes": [
|
||||||
|
"minor",
|
||||||
|
"patch"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchCategories": [
|
"matchCategories": [
|
||||||
"docker",
|
"docker",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue