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 ad0dbde commit 82b80e2Copy full SHA for 82b80e2
renovate.json
@@ -1,6 +1,27 @@
1
{
2
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": [
4
- "config:recommended"
5
- ]
+ "$schema":"https://docs.renovatebot.com/renovate-schema.json",
+ "branchConcurrentLimit":0,
+ "extends":[
+ "config:base",
6
+ ":preserveSemverRanges",
7
+ ":dependencyDashboard",
8
+ ":rebaseStalePrs",
9
+ ":enableVulnerabilityAlertsWithLabel('security')",
10
+ "group:recommended"
11
+ ],
12
+ "groupName":"all dependencies",
13
+ "groupSlug":"all",
14
+ "labels":["dependencies"],
15
+ "lockFileMaintenance":{
16
+ "enabled":false
17
+ },
18
+ "packageRules":[
19
+ {
20
21
22
+ "matchPackageNames":[
23
+ "*"
24
+ ]
25
+ }
26
27
}
0 commit comments