From 6232a7ca9b8531f29c41e7fc16aa8afca71c1e4a Mon Sep 17 00:00:00 2001 From: Oleksandr Porunov Date: Wed, 25 Oct 2023 17:19:55 +0100 Subject: [PATCH] Change dependabot default backport label to v1.0 CTR Signed-off-by: Oleksandr Porunov --- .github/dependabot.yml | 4 ++-- RELEASING.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9d6ff6bf54..ad5dfa36d0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,7 @@ updates: patterns: - "junit*" labels: - - "backport/v0.6" + - "backport/v1.0" - "dependencies" - "java" @@ -22,5 +22,5 @@ updates: time: "11:00" open-pull-requests-limit: 10 labels: - - "backport/v0.6" + - "backport/v1.0" - "dependencies" diff --git a/RELEASING.md b/RELEASING.md index 47e5f95f78..f50b115446 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -361,7 +361,7 @@ and the new branch name will be added into the documentation's dropdown menu as Restore the `` to `HEAD` in the root `pom.xml` file. Also update `snapshot_version` in the `mkdocs.yml`. -If you had created a new branch, ensure you also update `targetBranchChoices` in the `.backportrc.json`. +If you had created a new branch, ensure you also update `targetBranchChoices` in the `.backportrc.json` and `labels` in `.github/dependabot.yml`. These changes can be pushed with a CTR commit. ### Update from pre-release to release