File tree Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Expand file tree Collapse file tree 2 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
+ - package-ecosystem : " gradle"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " daily"
7
+ labels :
8
+ " type/enhancement"
9
+ reviewers :
10
+ - " reactor/core-team"
11
+ target-branch : " 3.4.x"
12
+ allow :
13
+ - dependency-name : " org.reactivestreams:*"
14
+ - dependency-name : " net.bytebuddy:*"
3
15
- package-ecosystem : " gradle"
4
16
directory : " /"
5
17
schedule :
@@ -11,6 +23,9 @@ updates:
11
23
# updates in oldest maintenance branch, we'll forward-merge up to main
12
24
target-branch : " 3.4.x"
13
25
ignore :
26
+ # Updated by the enhancement type grouping
27
+ - dependency-name : " org.reactivestreams:*"
28
+ - dependency-name : " net.bytebuddy:*"
14
29
# JSR166 backport is fixed
15
30
- dependency-name : " io.projectreactor:jsr166"
16
31
# JSR305 backport is fixed to last version with annotations (3.0.1)
@@ -50,7 +65,7 @@ updates:
50
65
schedule :
51
66
interval : " weekly"
52
67
labels :
53
- - " type/chores "
68
+ - " type/dependency-upgrade "
54
69
reviewers :
55
70
- " reactor/core-team"
56
71
# updates in oldest maintenance branch, we'll forward-merge up to main
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ changelog:
2
2
exclude :
3
3
labels :
4
4
- ignore-changelog
5
+ - type/test
6
+ - type/chores
7
+ - type/dependency-upgrade
5
8
categories :
6
9
- title : " :warning: Update considerations and deprecations"
7
10
labels :
@@ -16,14 +19,9 @@ changelog:
16
19
- title : " :lady_beetle: Bug fixes"
17
20
labels :
18
21
- " type/bug"
19
- - title : " :book: Documentation, Tests and Build "
22
+ - title : " :book: Documentation"
20
23
labels :
21
24
- " type/documentation"
22
- - " type/chores"
23
- - " type/test"
24
- - title : " :up: Dependency Upgrades"
25
- labels :
26
- - " type/dependency-upgrade"
27
25
- title : " :question: Other Changes"
28
26
labels :
29
27
- " *"
You can’t perform that action at this time.
0 commit comments