Skip to content

Commit

Permalink
Do not auto-merge major updates, remove hourly limit
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Feb 2, 2024
1 parent 2f0cafc commit 59de19d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
"dependencyDashboard": true,
"configMigration": true,
"rangeStrategy": "bump",
"prHourlyLimit": 0,
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "lockFileMaintenance"],
"matchUpdateTypes": ["minor", "patch", "lockFileMaintenance", "pin"],
"groupName": "minor/patch updates",
"automerge": true
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
},
{
"matchPackageNames": ["node", "npm", "fsevents", "@rollup/plugin-typescript"],
Expand All @@ -21,9 +24,7 @@
}

],
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true,
"automerge": false,
"internalChecksFilter": "strict",
"lockFileMaintenance": {
"enabled": true,
Expand Down

0 comments on commit 59de19d

Please sign in to comment.