File tree Expand file tree Collapse file tree 1 file changed +9
-20
lines changed Expand file tree Collapse file tree 1 file changed +9
-20
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,12 @@ version: 2
2
2
updates :
3
3
- package-ecosystem : " github-actions"
4
4
directory : " /"
5
- target-branch : " 3 .1.x" # oldest OSS supported branch
5
+ target-branch : " 4 .1.x" # oldest OSS supported branch
6
6
schedule :
7
7
interval : " weekly"
8
8
- package-ecosystem : " github-actions"
9
9
directory : " /"
10
- target-branch : " 4.0.x" # oldest OSS supported branch
11
- schedule :
12
- interval : " weekly"
13
- - package-ecosystem : " github-actions"
14
- directory : " /"
15
- target-branch : " 4.1.x"
10
+ target-branch : " 4.2.x"
16
11
schedule :
17
12
interval : " weekly"
18
13
- package-ecosystem : " github-actions"
@@ -24,18 +19,7 @@ updates:
24
19
directory : /
25
20
schedule :
26
21
interval : daily
27
- target-branch : 3.1.x
28
- ignore :
29
- # only upgrade patch versions for maintenance branch
30
- - dependency-name : " *"
31
- update-types :
32
- - version-update:semver-major
33
- - version-update:semver-minor
34
- - package-ecosystem : maven
35
- directory : /
36
- schedule :
37
- interval : daily
38
- target-branch : 4.0.x
22
+ target-branch : 4.1.x
39
23
ignore :
40
24
# only upgrade patch versions for maintenance branch
41
25
- dependency-name : " *"
@@ -46,7 +30,7 @@ updates:
46
30
directory : /
47
31
schedule :
48
32
interval : daily
49
- target-branch : 4.1 .x
33
+ target-branch : 4.2 .x
50
34
ignore :
51
35
# only upgrade patch versions for maintenance branch
52
36
- dependency-name : " *"
@@ -78,3 +62,8 @@ updates:
78
62
directory : /docs
79
63
schedule :
80
64
interval : weekly
65
+ - package-ecosystem : npm
66
+ target-branch : 4.2.x
67
+ directory : /docs
68
+ schedule :
69
+ interval : weekly
You can’t perform that action at this time.
0 commit comments