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 84c7c63 commit 101028dCopy full SHA for 101028d
.github/renovate.json
@@ -0,0 +1,23 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": ["config:recommended"],
4
+ "dependencyDashboard": true,
5
+ "schedule": ["before 3am on Friday"],
6
+ "semanticCommitType": "chore",
7
+ "rangeStrategy": "bump",
8
+ "packageRules": [
9
+ {
10
+ "matchUpdateTypes": ["major"],
11
12
+ "automerge": false,
13
+ "dependencyDashboardApproval": true
14
+ },
15
16
+ "matchUpdateTypes": ["minor", "patch"],
17
+ "matchPackagePatterns": ["*"],
18
19
20
+ "automerge": false
21
+ }
22
+ ]
23
+}
0 commit comments