Skip to content

Commit

Permalink
ci: allow Renovate to auto-merge minor and patch dependency version u…
Browse files Browse the repository at this point in the history
…pdates (#901)
  • Loading branch information
intcreator authored Oct 29, 2024
1 parent 7b7275d commit 3899b5d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,21 @@
},
{
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["minor", "patch"],
"semanticCommitType": "build",
"automerge": true,
"automergeType": "branch"
},
{
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["major"],
"semanticCommitType": "build"
},
{
"matchDepTypes": ["action"],
"semanticCommitType": "ci",
"semanticCommitScope": "action"
},

{
"extends": ["monorepo:semantic-release"],
"groupName": "semantic-release related packages",
Expand All @@ -56,7 +63,6 @@
"groupName": "semantic-release related packages",
"matchUpdateTypes": ["digest", "patch", "minor", "major"]
},

{
"extends": ["packages:linters"],
"groupName": "linters",
Expand All @@ -67,7 +73,6 @@
"groupName": "tests",
"addLabels": ["tests"]
},

{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["minor", "patch"],
Expand Down

0 comments on commit 3899b5d

Please sign in to comment.