mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-21 13:00:41 +00:00
fix: use additional branch prefix for automergeType branch
This commit is contained in:
parent
a033d403b7
commit
2ecdbc1c15
@ -22,7 +22,8 @@
|
|||||||
"matchPackagePatterns": ["^thegeeklab/hugo-(geekdoc|geekblog)"],
|
"matchPackagePatterns": ["^thegeeklab/hugo-(geekdoc|geekblog)"],
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"automergeType": "branch"
|
"automergeType": "branch",
|
||||||
|
"additionalBranchPrefix": "auto/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Automerge hugo ci updates",
|
"description": "Automerge hugo ci updates",
|
||||||
@ -30,7 +31,8 @@
|
|||||||
"matchPackageNames": ["quay.io/thegeeklab/hugo"],
|
"matchPackageNames": ["quay.io/thegeeklab/hugo"],
|
||||||
"matchUpdateTypes": ["patch"],
|
"matchUpdateTypes": ["patch"],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"automergeType": "branch"
|
"automergeType": "branch",
|
||||||
|
"additionalBranchPrefix": "auto/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Automerge dev dependencies",
|
"description": "Automerge dev dependencies",
|
||||||
@ -39,7 +41,8 @@
|
|||||||
"matchDepTypes": ["devDependencies", "dev-dependencies", "dev"],
|
"matchDepTypes": ["devDependencies", "dev-dependencies", "dev"],
|
||||||
"matchUpdateTypes": ["pin", "digest", "patch", "minor"],
|
"matchUpdateTypes": ["pin", "digest", "patch", "minor"],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"automergeType": "branch"
|
"automergeType": "branch",
|
||||||
|
"additionalBranchPrefix": "auto/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
|
@ -21,7 +21,8 @@
|
|||||||
],
|
],
|
||||||
"matchUpdateTypes": ["pin", "digest"],
|
"matchUpdateTypes": ["pin", "digest"],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"automergeType": "branch"
|
"automergeType": "branch",
|
||||||
|
"additionalBranchPrefix": "auto/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Automerge helper tools for docker base images",
|
"description": "Automerge helper tools for docker base images",
|
||||||
|
@ -17,7 +17,8 @@
|
|||||||
"matchPackageNames": ["mvdan/gofumpt", "golangci/golangci-lint"],
|
"matchPackageNames": ["mvdan/gofumpt", "golangci/golangci-lint"],
|
||||||
"matchUpdateTypes": ["pin", "digest", "patch", "minor"],
|
"matchUpdateTypes": ["pin", "digest", "patch", "minor"],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"automergeType": "branch"
|
"automergeType": "branch",
|
||||||
|
"additionalBranchPrefix": "auto/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Schedule high frequency packages",
|
"description": "Schedule high frequency packages",
|
||||||
|
Loading…
Reference in New Issue
Block a user