Skip to content

Commit 886dff6

Browse files
committed
chore: always automerge patch
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 5ff0550 commit 886dff6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/renovate.json5

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,11 @@
9898
],
9999
},
100100
{
101-
"matchUpdateTypes": ["minor", "patch"],
101+
"matchUpdateTypes": ["patch"],
102+
"automerge": true
103+
},
104+
{
105+
"matchUpdateTypes": ["minor"],
102106
"matchCurrentVersion": "!/^0/",
103107
"automerge": true
104108
},

0 commit comments

Comments
 (0)