Skip to content

Commit 66ab128

Browse files
authored
ci(renovate): enable automerge for minor and patch updates (#1050)
1 parent b133e85 commit 66ab128

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

renovate.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
{
2-
"extends": ["config:js-lib", "algolia"],
2+
"extends": [
3+
"config:js-lib",
4+
"schedule:monthly",
5+
":semanticCommitTypeAll(chore)"
6+
],
7+
"timezone": "Europe/Paris",
38
"packageRules": [
49
{
510
"packagePatterns": ["^@types"],
611
"depTypeList": ["devDependencies"],
712
"rangeStrategy": "replace"
13+
},
14+
{
15+
"matchUpdateTypes": ["minor", "patch"],
16+
"matchCurrentVersion": "!/^0/",
17+
"automerge": true,
18+
"automergeType": "branch"
819
}
920
]
1021
}

0 commit comments

Comments
 (0)