Skip to content

Commit 84738c1

Browse files
committed
fix: Add automerge settings to renovate configuration
As with so many other things renovate, this is likely not going to do what I'm expecting... Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
1 parent c13a649 commit 84738c1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@
3232
"pinDigests": false
3333
},
3434

35+
"automerge": true,
36+
"assignAutomerge": true,
37+
"assigneesFromCodeOwners": true,
38+
"automergeStrategy": "squash",
39+
"automergeType": "pr",
40+
"platformAutomerge": true,
41+
"pruneBranchAfterAutomerge": true,
42+
43+
"commitMessagePrefix": "chore:",
44+
3545
"packageRules": [
3646
{
3747
"matchManagers": ["gomod"],

0 commit comments

Comments
 (0)