File tree 1 file changed +1
-33
lines changed
1 file changed +1
-33
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,7 @@ version: 2
2
2
updates :
3
3
- package-ecosystem : " github-actions"
4
4
directory : " /"
5
- target-branch : " 3.1.x" # oldest OSS supported branch
6
- schedule :
7
- interval : " weekly"
8
- - package-ecosystem : " github-actions"
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"
5
+ target-branch : " 4.1.x" # oldest OSS supported branch
16
6
schedule :
17
7
interval : " weekly"
18
8
- package-ecosystem : " github-actions"
@@ -25,28 +15,6 @@ updates:
25
15
target-branch : " main"
26
16
schedule :
27
17
interval : " weekly"
28
- - package-ecosystem : maven
29
- directory : /
30
- schedule :
31
- interval : daily
32
- target-branch : 3.1.x
33
- ignore :
34
- # only upgrade patch versions for maintenance branch
35
- - dependency-name : " *"
36
- update-types :
37
- - version-update:semver-major
38
- - version-update:semver-minor
39
- - package-ecosystem : maven
40
- directory : /
41
- schedule :
42
- interval : daily
43
- target-branch : 4.0.x
44
- ignore :
45
- # only upgrade patch versions for maintenance branch
46
- - dependency-name : " *"
47
- update-types :
48
- - version-update:semver-major
49
- - version-update:semver-minor
50
18
- package-ecosystem : maven
51
19
directory : /
52
20
schedule :
You can’t perform that action at this time.
0 commit comments