Skip to content

Commit fc7effb

Browse files
committed
ci: reduce noise by configuring Renovate to automerge by branch instead of PR
1 parent 7cb7031 commit fc7effb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

renovate.json5

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@
88

99
"ignoreDeps": [
1010
"cat-blocks"
11-
]
11+
],
12+
13+
// Attempt to reduce notification noise for updates that can auto-merge
14+
// See https://docs.renovatebot.com/key-concepts/automerge/#branch-vs-pr-automerging
15+
"automergeType": "branch"
1216
}

0 commit comments

Comments
 (0)