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 11version : 2
22updates :
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:*"
315 - package-ecosystem : " gradle"
416 directory : " /"
517 schedule :
@@ -11,6 +23,9 @@ updates:
1123 # updates in oldest maintenance branch, we'll forward-merge up to main
1224 target-branch : " 3.4.x"
1325 ignore :
26+ # Updated by the enhancement type grouping
27+ - dependency-name : " org.reactivestreams:*"
28+ - dependency-name : " net.bytebuddy:*"
1429 # JSR166 backport is fixed
1530 - dependency-name : " io.projectreactor:jsr166"
1631 # JSR305 backport is fixed to last version with annotations (3.0.1)
@@ -50,7 +65,7 @@ updates:
5065 schedule :
5166 interval : " weekly"
5267 labels :
53- - " type/chores "
68+ - " type/dependency-upgrade "
5469 reviewers :
5570 - " reactor/core-team"
5671 # 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:
22 exclude :
33 labels :
44 - ignore-changelog
5+ - type/test
6+ - type/chores
7+ - type/dependency-upgrade
58 categories :
69 - title : " :warning: Update considerations and deprecations"
710 labels :
@@ -16,14 +19,9 @@ changelog:
1619 - title : " :lady_beetle: Bug fixes"
1720 labels :
1821 - " type/bug"
19- - title : " :book: Documentation, Tests and Build "
22+ - title : " :book: Documentation"
2023 labels :
2124 - " type/documentation"
22- - " type/chores"
23- - " type/test"
24- - title : " :up: Dependency Upgrades"
25- labels :
26- - " type/dependency-upgrade"
2725 - title : " :question: Other Changes"
2826 labels :
2927 - " *"
You can’t perform that action at this time.
0 commit comments