Skip to content

Commit

Permalink
chore: update renovatebot config
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover committed Nov 8, 2024
1 parent 2dc35fc commit eb8e805
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": false,
"extends": [
"config:recommended"
]
"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 eb8e805

Please sign in to comment.