mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-15 17:26:58 +00:00
chore(renovate): Specify automerge strategy
This commit is contained in:
parent
3d5355dfc3
commit
0f09fa3d31
1 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
"enabled": true,
|
||||
"schedule": ["at any time"]
|
||||
},
|
||||
"platformAutomerge": true,
|
||||
"nix": {
|
||||
"enabled": true
|
||||
},
|
||||
|
@ -62,7 +63,8 @@
|
|||
"description": "Auto-merge renovatebot docker image updates",
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": ["ghcr.io/renovatebot/renovate"],
|
||||
"automerge": true
|
||||
"automerge": true,
|
||||
"automergeStrategy": "fast-forward"
|
||||
},
|
||||
{
|
||||
"description": "Group lockfile updates into a single PR",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue