Skip to content

Commit 957a142

Browse files
authored
Disable automerge from renovate bot (#251)
Signed-off-by: thepetk <thepetk@gmail.com>
1 parent d4e5637 commit 957a142

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
"matchManagers": ["github-actions"],
2525
"groupName": "github actions",
2626
"groupSlug": "github-actions",
27-
"commitMessageTopic": "{{depName}}"
27+
"commitMessageTopic": "{{depName}}",
28+
"automerge": false,
29+
"platformAutomerge": false
2830
},
2931
{
3032
"description": "Disable grouping patch and digest updates",

0 commit comments

Comments
 (0)