2021-10-24 16:01:36 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
2022-02-09 21:48:19 +00:00
|
|
|
"assigneesFromCodeOwners": true,
|
2021-10-24 16:01:36 +00:00
|
|
|
"automergeStrategy": "merge-commit",
|
|
|
|
"automergeType": "pr",
|
2021-12-20 22:46:39 +00:00
|
|
|
"labels": [ "renovate" ],
|
|
|
|
"packageRules": [
|
2023-12-09 13:47:11 +00:00
|
|
|
{
|
|
|
|
"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"]
|
|
|
|
},
|
2022-02-09 21:48:19 +00:00
|
|
|
{
|
|
|
|
"description": "Automatically update minor and patch versions of used drone-ci images",
|
|
|
|
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
|
|
|
|
"automerge": true,
|
|
|
|
"matchManagers": "droneci",
|
|
|
|
"matchUpdateTypes": [ "minor", "patch"]
|
|
|
|
},
|
2023-12-09 13:47:11 +00:00
|
|
|
{
|
|
|
|
"description": "Prepare MR for major update of used drone-ci images",
|
|
|
|
"addLabels": [ "renovate/droneci", "renovate/automerge" ],
|
|
|
|
"automerge": false,
|
|
|
|
"matchManagers": "droneci",
|
|
|
|
"matchUpdateTypes": [ "major"]
|
|
|
|
},
|
2021-12-20 22:46:39 +00:00
|
|
|
{
|
|
|
|
"description": "Automatically update minor and patch versions of go modules",
|
|
|
|
"addLabels": [ "renovate/gomod", "renovate/automerge" ],
|
|
|
|
"automerge": true,
|
2022-02-09 21:48:19 +00:00
|
|
|
"matchBaseBranches": [ "master" ],
|
2021-12-20 22:46:39 +00:00
|
|
|
"matchManagers": [ "gomod" ],
|
|
|
|
"matchUpdateTypes": [ "minor", "patch" ]
|
2022-02-09 21:48:19 +00:00
|
|
|
},
|
|
|
|
{
|
2023-12-09 13:47:11 +00:00
|
|
|
"description": "Prepare MR for major update of go modules",
|
2022-02-09 21:48:19 +00:00
|
|
|
"addLabels": [ "renovate/gomod" ],
|
|
|
|
"automerge": false,
|
|
|
|
"matchBaseBranches": [ "master" ],
|
|
|
|
"matchManagers": [ "gomod" ],
|
|
|
|
"matchUpdateTypes": [ "major" ]
|
2021-12-20 22:46:39 +00:00
|
|
|
}
|
|
|
|
],
|
2021-10-24 16:01:36 +00:00
|
|
|
"postUpdateOptions": [
|
|
|
|
"gomodTidy"
|
2022-02-09 21:48:19 +00:00
|
|
|
],
|
|
|
|
"rebaseLabel": "renovate/rebase",
|
|
|
|
"rebaseWhen": "behind-base-branch"
|
2021-10-24 16:01:36 +00:00
|
|
|
}
|