We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51a24f6 + c2f8ae4 commit 5ee6c2fCopy full SHA for 5ee6c2f
.github/dependabot.yml
renovate.json
@@ -0,0 +1,32 @@
1
+{
2
+ "$schema":"https://docs.renovatebot.com/renovate-schema.json",
3
+ "branchConcurrentLimit":0,
4
+ "extends":[
5
+ "config:base",
6
+ ":preserveSemverRanges",
7
+ ":dependencyDashboard",
8
+ ":rebaseStalePrs",
9
+ ":enableVulnerabilityAlertsWithLabel('security')",
10
+ "group:recommended"
11
+ ],
12
+ "groupName":"all dependencies",
13
+ "groupSlug":"all",
14
+ "labels":[
15
+ "dependencies"
16
17
+ "lockFileMaintenance":{
18
+ "enabled":false
19
+ },
20
+ "packageRules":[
21
+ {
22
23
24
+ "matchPackageNames":[
25
+ "*"
26
+ ]
27
+ }
28
29
+ "schedule":[
30
+ "every weekend"
31
32
+}
0 commit comments