We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a32fd8 commit 351a352Copy full SHA for 351a352
renovate.json
@@ -0,0 +1,22 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "automerge": false,
4
+ "extends": [
5
+ "config:base",
6
+ ":disableRateLimiting",
7
+ ":semanticCommitScopeDisabled"
8
+ ],
9
+ "ignoreDeps": [],
10
+ "packageRules": [
11
+ {
12
+ "groupName": "auto merge on patch or minor",
13
+ "automerge": true,
14
+ "matchUpdateTypes": ["patch", "minor"],
15
+ "excludePackageNames": ["turbo", "typescript"]
16
+ }
17
18
+ "rangeStrategy": "bump",
19
+ "rebaseWhen": "conflicted",
20
+ "semanticCommits": "enabled",
21
+ "schedule": ["at any time"]
22
+}
0 commit comments