Skip to content

Commit 32763e6

Browse files
committed
fix: remove automerge from renovate
1 parent b58181e commit 32763e6

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

renovate.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,21 @@
2525
"description": "Group GitHub Actions updates",
2626
"matchManagers": ["github-actions"],
2727
"groupName": "github actions",
28-
"automerge": true,
2928
"matchUpdateTypes": ["minor", "patch"]
3029
},
3130
{
32-
"description": "Auto-merge minor/patch Go module updates",
31+
"description": "Group minor/patch Go module updates",
3332
"matchManagers": ["gomod"],
34-
"automerge": true,
3533
"matchUpdateTypes": ["minor", "patch"]
3634
},
3735
{
38-
"description": "Auto-merge minor/patch Python dependency updates",
36+
"description": "Group minor/patch Python dependency updates",
3937
"matchManagers": ["pip_requirements"],
40-
"automerge": true,
4138
"matchUpdateTypes": ["minor", "patch"]
4239
},
4340
{
44-
"description": "Auto-merge minor/patch pre-commit hook updates",
41+
"description": "Group minor/patch pre-commit hook updates",
4542
"matchManagers": ["pre-commit"],
46-
"automerge": true,
4743
"matchUpdateTypes": ["minor", "patch"]
4844
}
4945
]

0 commit comments

Comments
 (0)