Skip to content

Commit 64d762c

Browse files
committed
Enable auto-merge
1 parent 785aa0a commit 64d762c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/renovate.json5

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,14 @@
66
labels: [
77
'Update',
88
],
9+
packageRules: [
10+
// Enable auto-merge for minor/patch updates.
11+
{
12+
matchUpdateTypes: [
13+
'minor',
14+
'patch',
15+
],
16+
automerge: true,
17+
},
18+
]
919
}

0 commit comments

Comments
 (0)