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 fbe13c9 commit c18d47eCopy full SHA for c18d47e
.github/dependabot.yml
.github/renovate.json
@@ -0,0 +1,23 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": ["config:base"],
4
+ "automerge": false,
5
+ "dependencyDashboard": true,
6
+ "labels": ["dependencies"],
7
+ "prConcurrentLimit": 30,
8
+ "prHourlyLimit": 0,
9
+ "schedule": "on monday before 6:00am",
10
+ "timezone": "UTC",
11
+ "packageRules": [
12
+ {
13
+ "groupName": "examples",
14
+ "matchPaths": ["examples/**/package.json"],
15
+ "minor": {
16
+ "enabled": false
17
+ },
18
+ "patch": {
19
20
+ }
21
22
+ ]
23
+}
0 commit comments