Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup changelog and dependency upgrades #3732

Merged
merged 2 commits into from
Feb 22, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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/chore
chemicL marked this conversation as resolved.
Show resolved Hide resolved
- 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:
- "*"