Skip to content

Commit 13b0146

Browse files
committed
chore: allow automerge of PR for renovate
1 parent 45fcf95 commit 13b0146

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

renovate.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,15 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:base"
5+
],
6+
"packageRules": [
7+
{
8+
"matchUpdateTypes": [
9+
"minor",
10+
"patch"
11+
],
12+
"matchCurrentVersion": "!/^0/",
13+
"automerge": true
14+
}
515
]
6-
}
16+
}

0 commit comments

Comments
 (0)