File tree Expand file tree Collapse file tree 1 file changed +33
-13
lines changed Expand file tree Collapse file tree 1 file changed +33
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "extends" : [" config:base" ],
2
+ "extends" : [
3
+ " config:recommended"
4
+ ],
3
5
"prConcurrentLimit" : 0 ,
4
6
"rebaseWhen" : " never" ,
5
- "masterIssue " : true ,
7
+ "dependencyDashboard " : true ,
6
8
"poetry" : {
7
- "fileMatch" : [" pyproject.toml" ]
9
+ "fileMatch" : [
10
+ " pyproject.toml"
11
+ ]
8
12
},
9
13
"pip_requirements" : {
10
14
"fileMatch" : [
24
28
],
25
29
"packageRules" : [
26
30
{
27
- "packagePatterns" : [" pytest" ],
28
- "separateMinorPatch" : true
31
+ "separateMinorPatch" : true ,
32
+ "matchPackageNames" : [
33
+ " /pytest/"
34
+ ]
29
35
},
30
36
{
31
- "packagePatterns" : [" pytest" ],
32
- "updateTypes" : [" patch" ],
33
- "enabled" : false
37
+ "matchUpdateTypes" : [
38
+ " patch"
39
+ ],
40
+ "enabled" : false ,
41
+ "matchPackageNames" : [
42
+ " /pytest/"
43
+ ]
34
44
},
35
45
{
36
- "matchUpdateTypes" : [" minor" ],
37
- "extends" : [" schedule:monthly" ]
46
+ "matchUpdateTypes" : [
47
+ " minor"
48
+ ],
49
+ "extends" : [
50
+ " schedule:monthly"
51
+ ]
38
52
},
39
53
{
40
- "matchUpdateTypes" : [" patch" ],
41
- "extends" : [" schedule:quarterly" ]
54
+ "matchUpdateTypes" : [
55
+ " patch"
56
+ ],
57
+ "extends" : [
58
+ " schedule:quarterly"
59
+ ]
42
60
}
43
61
],
44
62
"vulnerabilityAlerts" : {
45
- "schedule" : [" at any time" ]
63
+ "schedule" : [
64
+ " at any time"
65
+ ]
46
66
}
47
67
}
You can’t perform that action at this time.
0 commit comments