We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87f0a8 commit 7957e15Copy full SHA for 7957e15
2 files changed
.github/renovate.json
@@ -0,0 +1,27 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": ["config:base", "group:allNonMajor"],
4
+ "rebaseWhen": "behind-base-branch",
5
+ "ignoreDeps": ["pnpm", "node"],
6
+ "semanticCommits": "enabled",
7
+ "labels": ["dependencies"],
8
+ "schedule": ["* 0 * * *"],
9
+ "enabledManagers": ["npm"],
10
+ "rangeStrategy": "bump",
11
+ "prConcurrentLimit": 5,
12
+ "includeForks": true,
13
+ "prHourlyLimit": 0,
14
+ "timezone": "UTC",
15
+ "packageRules": [
16
+ {
17
+ "matchPackageNames": ["skyhelper-networth"],
18
+ "updateTypes": ["minor"],
19
+ "automerge": true
20
+ }
21
22
+ "matchUpdateTypes": ["minor", "patch"],
23
+ "matchCurrentVersion": "!/^0/",
24
+ "commitMessagePrefix": "chore(deps):"
25
26
+ ]
27
+}
renovate.json
0 commit comments