File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 9
9
10
10
- package-ecosystem : " gradle"
11
11
target-branch : " main"
12
- milestone : 154
13
12
directory : " /"
14
13
schedule :
15
14
interval : " daily"
@@ -27,8 +26,7 @@ updates:
27
26
update-types : [ "version-update:semver-major", "version-update:semver-minor" ]
28
27
29
28
- package-ecosystem : " gradle"
30
- target-branch : " 3.2.x"
31
- milestone : 152
29
+ target-branch : " 3.3.x"
32
30
directory : " /"
33
31
schedule :
34
32
interval : " daily"
@@ -46,8 +44,7 @@ updates:
46
44
update-types : [ "version-update:semver-major", "version-update:semver-minor" ]
47
45
48
46
- package-ecosystem : " gradle"
49
- target-branch : " 3.1.x"
50
- milestone : 151
47
+ target-branch : " 3.2.x"
51
48
directory : " /"
52
49
schedule :
53
50
interval : " daily"
@@ -71,13 +68,13 @@ updates:
71
68
schedule :
72
69
interval : weekly
73
70
- package-ecosystem : github-actions
74
- target-branch : " 3.2 .x"
71
+ target-branch : " 3.3 .x"
75
72
milestone : 152
76
73
directory : " /"
77
74
schedule :
78
75
interval : weekly
79
76
- package-ecosystem : github-actions
80
- target-branch : " 3.1 .x"
77
+ target-branch : " 3.2 .x"
81
78
milestone : 151
82
79
directory : " /"
83
80
schedule :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ require 'net/http'
4
4
require 'yaml'
5
5
require 'logger'
6
6
7
- $main_branch = "3.3 .x"
7
+ $main_branch = "3.4 .x"
8
8
9
9
$log = Logger . new ( STDOUT )
10
10
$log. level = Logger ::WARN
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx4g -XX:MaxMetaspaceSize =512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding =UTF-8
2
2
org.gradle.parallel =true
3
- version =3.3.1 -SNAPSHOT
3
+ version =3.4.0 -SNAPSHOT
You can’t perform that action at this time.
0 commit comments