fix(renovate): update configuration
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
edeb43736a
commit
98773b9fab
@ -5,6 +5,20 @@
|
|||||||
"automergeType": "pr",
|
"automergeType": "pr",
|
||||||
"labels": [ "renovate" ],
|
"labels": [ "renovate" ],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"description": "Automatically update minor and patch versions of container images",
|
||||||
|
"addLabels": [ "renovate/container-images", "renovate/automerge" ],
|
||||||
|
"automerge": true,
|
||||||
|
"matchDatasources":[ "docker" ],
|
||||||
|
"matchUpdateTypes": [ "minor", "patch"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Prepare MR for major update of container images",
|
||||||
|
"addLabels": [ "renovate/container-images", "renovate/automerge" ],
|
||||||
|
"automerge": false,
|
||||||
|
"matchDatasources":[ "docker" ],
|
||||||
|
"matchUpdateTypes": [ "major"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "Automatically update minor and patch versions of used drone-ci images",
|
"description": "Automatically update minor and patch versions of used drone-ci images",
|
||||||
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
|
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
|
||||||
@ -12,6 +26,13 @@
|
|||||||
"matchManagers": "droneci",
|
"matchManagers": "droneci",
|
||||||
"matchUpdateTypes": [ "minor", "patch"]
|
"matchUpdateTypes": [ "minor", "patch"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "Prepare MR for major update of used drone-ci images",
|
||||||
|
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
|
||||||
|
"automerge": false,
|
||||||
|
"matchManagers": "droneci",
|
||||||
|
"matchUpdateTypes": [ "major"]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "Automatically update minor and patch versions of go modules",
|
"description": "Automatically update minor and patch versions of go modules",
|
||||||
"addLabels": [ "renovate/gomod", "renovate/automerge" ],
|
"addLabels": [ "renovate/gomod", "renovate/automerge" ],
|
||||||
@ -21,7 +42,7 @@
|
|||||||
"matchUpdateTypes": [ "minor", "patch" ]
|
"matchUpdateTypes": [ "minor", "patch" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Prepare MR for major update minor of go modules",
|
"description": "Prepare MR for major update of go modules",
|
||||||
"addLabels": [ "renovate/gomod" ],
|
"addLabels": [ "renovate/gomod" ],
|
||||||
"automerge": false,
|
"automerge": false,
|
||||||
"matchBaseBranches": [ "master" ],
|
"matchBaseBranches": [ "master" ],
|
||||||
|
Loading…
Reference in New Issue
Block a user