File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
+ "extends" : [
4
+ " config:base" ,
5
+ " :semanticCommits" ,
6
+ " :preserveSemverRanges"
7
+ ],
8
+ "stabilityDays" :7 ,
9
+ "ignorePaths" : [],
10
+ "labels" : [" dependencies" ],
11
+ "vulnerabilityAlerts" :{
12
+ "labels" :[
13
+ " type:security"
14
+ ],
15
+ "stabilityDays" :0
16
+ },
17
+ "packageRules" : [
18
+ {
19
+ "matchDepTypes" : [" module" ],
20
+ "groupName" : " TF modules" ,
21
+ "separateMajorMinor" :false
22
+ },
23
+ {
24
+ "matchDepTypes" : [" require" ],
25
+ "groupName" : " GO modules" ,
26
+ "postUpdateOptions" : [" gomodTidy" ],
27
+ "separateMajorMinor" :false
28
+ },
29
+ {
30
+ "matchPackageNames" : [" go" ],
31
+ "allowedVersions" : " <1.19.0" ,
32
+ "postUpdateOptions" : [" gomodTidy" ]
33
+ }
34
+ ]
35
+ }
You can’t perform that action at this time.
0 commit comments