We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca6c5f commit 69f77b4Copy full SHA for 69f77b4
renovate.json
@@ -0,0 +1,20 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:base"
5
+ ],
6
+ "prHourlyLimit": 2,
7
+ "prConcurrentLimit": 2,
8
+ "dependencyDashboard": true,
9
+ "lockFileMaintenance": {
10
+ "enabled": true,
11
+ "automerge": true
12
+ },
13
+ "packageRules": [
14
+ {
15
+ "matchUpdateTypes": ["minor", "patch"],
16
+ "matchCurrentVersion": "!/^0/",
17
18
+ }
19
+ ]
20
+}
0 commit comments