File tree Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "extends" : [" config:base" ]
2
+ extends: [
3
+ " :combinePatchMinorReleases" ,
4
+ " :ignoreUnstable" ,
5
+ " :prImmediately" ,
6
+ " :semanticPrefixFixDepsChoreOthers" ,
7
+ " :updateNotScheduled" ,
8
+ " :automergeDisabled" ,
9
+ " :ignoreModulesAndTests" ,
10
+ " :maintainLockFilesDisabled" ,
11
+ " :autodetectPinVersions" ,
12
+ " :prHourlyLimit5" ,
13
+ " :prConcurrentLimit2" ,
14
+ " group:monorepos" ,
15
+ " group:recommended" ,
16
+ " helpers:disableTypesNodeMajor" ,
17
+ " :pinAllExceptPeerDependencies" ,
18
+ " :pinOnlyDevDependencies"
19
+ ],
20
+ "packageRules" : [
21
+ {
22
+ "packageNames" : [" normalize-url" ],
23
+ "allowedVersions" : " 1.9.1"
24
+ },
25
+ {
26
+ "packageNames" : [" schema-utils" ],
27
+ "allowedVersions" : " ^1"
28
+ },
29
+ {"updateTypes" : [" minor" , " patch" ," pin" , " digest" ]}
30
+ ]
3
31
}
You can’t perform that action at this time.
0 commit comments