Skip to content

Commit

Permalink
group non-major deps updates
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Dec 13, 2024
1 parent a9e151a commit 178ceb5
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,28 @@
"extends": ["config:recommended"],
"prConcurrentLimit": 25,
"reviewers": ["YaroShkvorets", "0237h"],
"automerge": false,
"automerge": true,
"major": {
"automerge": false
},
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"recreateWhen": "never",
"labels": ["dependencies"],
"rebaseWhen": "conflicted"
"rebaseWhen": "conflicted",
"packageRules": [
{
"excludePackagePatterns": [
"typescript",
"typedoc*",
"^@theguild/"
],
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
]
}

0 comments on commit 178ceb5

Please sign in to comment.