Skip to content

Commit bbc9bd4

Browse files
committed
Merge #3732 into 3.6.4
2 parents b42d9ab + d69a19f commit bbc9bd4

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
version: 2
22
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:*"
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

.github/release.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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
- "*"

0 commit comments

Comments
 (0)