Skip to content

Commit

Permalink
chore: add renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover committed Oct 16, 2024
1 parent a6c68d1 commit 530e0eb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": false,
"constraints": {
"pnpm": "9"
},
"extends": [
"config:base",
":disableRateLimiting",
":semanticCommitScopeDisabled"
],
"ignoreDeps": [],
"packageRules": [
{
"groupName": "auto merge on patch or minor",
"automerge": true,
"matchUpdateTypes": ["patch", "minor"],
"excludePackageNames": ["turbo", "typescript"]
}
],
"rangeStrategy": "bump",
"rebaseWhen": "conflicted",
"semanticCommits": "enabled",
"schedule": ["at any time"]
}

0 comments on commit 530e0eb

Please sign in to comment.