Skip to content

Commit

Permalink
Create renovate.json
Browse files Browse the repository at this point in the history
feat: add renovate config
  • Loading branch information
HKMV authored Nov 27, 2024
1 parent 5f9946e commit 7f614a2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"default:automergeMinor",
"default:prConcurrentLimit10",
"default:prHourlyLimitNone",
"default:preserveSemverRanges",
"default:rebaseStalePrs",
"group:monorepos"
],
"packageRules": [
{
"matchManagers": ["cargo"],
"rangeStrategy": "update-lockfile",
"platformAutomerge": false
},
{
"groupName": "Oxc packages",
"matchPackagePatterns": ["oxc"]
}
]
}

0 comments on commit 7f614a2

Please sign in to comment.