chore: switch to automergeType=branch to reduce noise

This commit is contained in:
Robert Kaussow 2024-01-23 09:23:48 +01:00
parent 1e76c2362d
commit dcb114e580
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
3 changed files with 9 additions and 4 deletions

View File

@ -21,14 +21,16 @@
"matchDatasources": ["github-releases"],
"matchPackagePatterns": ["^thegeeklab/hugo-(geekdoc|geekblog)"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
"automerge": true,
"automergeType": "branch"
},
{
"description": "Automerge hugo ci updates",
"matchManagers": ["woodpecker"],
"matchPackageNames": ["quay.io/thegeeklab/hugo"],
"matchUpdateTypes": ["patch"],
"automerge": true
"automerge": true,
"automergeType": "branch"
},
{
"description": "Automerge dev dependencies",
@ -36,6 +38,7 @@
"matchDepTypes": ["devDependencies", "dev-dependencies", "dev"],
"matchUpdateTypes": ["pin", "digest", "patch", "minor"],
"automerge": true,
"automergeType": "branch",
"extends": ["schedule:weekly"]
}
],

View File

@ -19,10 +19,11 @@
"^thegeeklab/(alpine|nginx)"
],
"matchUpdateTypes": ["pin", "digest"],
"automerge": true
"automerge": true,
"automergeType": "branch"
},
{
"description": "Helper tools for docker base images",
"description": "Automerge helper tools for docker base images",
"groupName": "docker helper tools",
"matchDatasources": ["github-releases"],
"matchManagers": ["dockerfile"],

View File

@ -16,6 +16,7 @@
"matchPackageNames": ["mvdan/gofumpt", "golangci/golangci-lint"],
"matchUpdateTypes": ["pin", "digest", "patch", "minor"],
"automerge": true,
"automergeType": "branch",
"extends": ["schedule:weekly"]
},
{