Skip to content

Commit

Permalink
Merge #3732 into 3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Feb 22, 2024
2 parents b42d9ab + d69a19f commit bbc9bd4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
17 changes: 16 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
version: 2
updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
labels:
"type/enhancement"
reviewers:
- "reactor/core-team"
target-branch: "3.4.x"
allow:
- dependency-name: "org.reactivestreams:*"
- dependency-name: "net.bytebuddy:*"
- package-ecosystem: "gradle"
directory: "/"
schedule:
Expand All @@ -11,6 +23,9 @@ updates:
# updates in oldest maintenance branch, we'll forward-merge up to main
target-branch: "3.4.x"
ignore:
# Updated by the enhancement type grouping
- dependency-name: "org.reactivestreams:*"
- dependency-name: "net.bytebuddy:*"
# JSR166 backport is fixed
- dependency-name: "io.projectreactor:jsr166"
# JSR305 backport is fixed to last version with annotations (3.0.1)
Expand Down Expand Up @@ -50,7 +65,7 @@ updates:
schedule:
interval: "weekly"
labels:
- "type/chores"
- "type/dependency-upgrade"
reviewers:
- "reactor/core-team"
# updates in oldest maintenance branch, we'll forward-merge up to main
Expand Down
10 changes: 4 additions & 6 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ changelog:
exclude:
labels:
- ignore-changelog
- type/test
- type/chores
- type/dependency-upgrade
categories:
- title: ":warning: Update considerations and deprecations"
labels:
Expand All @@ -16,14 +19,9 @@ changelog:
- title: ":lady_beetle: Bug fixes"
labels:
- "type/bug"
- title: ":book: Documentation, Tests and Build"
- title: ":book: Documentation"
labels:
- "type/documentation"
- "type/chores"
- "type/test"
- title: ":up: Dependency Upgrades"
labels:
- "type/dependency-upgrade"
- title: ":question: Other Changes"
labels:
- "*"

0 comments on commit bbc9bd4

Please sign in to comment.