Skip to content

Commit 3899b5d

Browse files
authored
ci: allow Renovate to auto-merge minor and patch dependency version updates (#901)
1 parent 7b7275d commit 3899b5d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/renovate.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,21 @@
3030
},
3131
{
3232
"matchDepTypes": ["dependencies"],
33+
"matchUpdateTypes": ["minor", "patch"],
34+
"semanticCommitType": "build",
35+
"automerge": true,
36+
"automergeType": "branch"
37+
},
38+
{
39+
"matchDepTypes": ["dependencies"],
40+
"matchUpdateTypes": ["major"],
3341
"semanticCommitType": "build"
3442
},
3543
{
3644
"matchDepTypes": ["action"],
3745
"semanticCommitType": "ci",
3846
"semanticCommitScope": "action"
3947
},
40-
4148
{
4249
"extends": ["monorepo:semantic-release"],
4350
"groupName": "semantic-release related packages",
@@ -56,7 +63,6 @@
5663
"groupName": "semantic-release related packages",
5764
"matchUpdateTypes": ["digest", "patch", "minor", "major"]
5865
},
59-
6066
{
6167
"extends": ["packages:linters"],
6268
"groupName": "linters",
@@ -67,7 +73,6 @@
6773
"groupName": "tests",
6874
"addLabels": ["tests"]
6975
},
70-
7176
{
7277
"matchDepTypes": ["devDependencies"],
7378
"matchUpdateTypes": ["minor", "patch"],

0 commit comments

Comments
 (0)