File tree 1 file changed +11
-12
lines changed
1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 7
7
],
8
8
"timezone" : " Europe/Vienna" ,
9
9
"schedule" : [
10
- " before 5am every weekday "
10
+ " before 5am on wednesday "
11
11
],
12
12
"reviewers" : [
13
- " @ChristophWurst"
13
+ " @ChristophWurst" ,
14
+ " @GretaD"
14
15
],
15
16
"labels" : [
16
17
" dependencies"
19
20
"rebaseWhen" : " conflicted" ,
20
21
"ignoreUnstable" : false ,
21
22
"baseBranches" : [
22
- " stable2.1" ,
23
+ " main" ,
24
+ " stable2.2" ,
23
25
" stable1.15"
24
26
],
25
27
"enabledManagers" : [
33
35
"packageRules" : [
34
36
{
35
37
"enabled" : false ,
36
- "groupName" : " everything" ,
37
- "matchManagers" : [
38
- " composer" ,
39
- " npm"
40
- ],
41
- "matchPackagePatterns" : [
42
- " *"
43
- ],
44
- "separateMajorMinor" : false
38
+ "matchBaseBranches" : " stable(.)+"
39
+ },
40
+ {
41
+ "matchBaseBranches" : [" main" ],
42
+ "matchDepTypes" : [" devDependencies" ],
43
+ "extends" : [" schedule:monthly" ]
45
44
}
46
45
],
47
46
"vulnerabilityAlerts" : {
You can’t perform that action at this time.
0 commit comments