Skip to content

Commit

Permalink
Tweak renovate config (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored May 2, 2024
1 parent ca9d12b commit 6c38017
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@
":semanticCommitsDisabled",
"schedule:earlyMondays"
],
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true,
"packageRules": [
{
"matchDatasources": ["npm"],
"addLabels": ["javascript"]
"addLabels": ["javascript"],
"automerge": false,
"platformAutomerge": false,
},
{
"matchPackageNames": ["node"],
"allowedVersions": "/16.[0-9]+.[0-9]+(.[0-9]+)?$/"
"allowedVersions": "/20.[0-9]+.[0-9]+(.[0-9]+)?$/"
}
],
"regexManagers": [
Expand Down

0 comments on commit 6c38017

Please sign in to comment.