Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilloftheshadow committed Aug 18, 2024
1 parent 81fc5be commit 8388934
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,32 @@
"extends": [
":dependencyDashboard",
":ignoreModulesAndTests",
":semanticPrefixFixDepsChoreOthers",
"group:monorepos",
"group:recommended",
"replacements:all",
"workarounds:all",
"helpers:disableTypesNodeMajor"
"helpers:disableTypesNodeMajor",
"schedule:earlyMondays"
],
"assigneesFromCodeOwners": true,
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "squash",
"platformAutomerge": true,
"prConcurrentLimit": 10000,
"branchConcurrentLimit": 10000
}
"ignorePaths": ["**/archive/**"],
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"groupName": "patch"
},
{
"matchUpdateTypes": ["minor"],
"groupName": "minor"
},
{
"matchDepTypes": ["devDependencies"],
"groupName": "devDependencies"
}
]
}

0 comments on commit 8388934

Please sign in to comment.