Skip to content

Commit

Permalink
other(renovate): add no milestone label, include release 8.6 (#3302) (#…
Browse files Browse the repository at this point in the history
…3314)

* other(renovate): add no milestone label to PR's

Otherwise, PR's will fail PR check.

Dependency upgrades (especially ones handled by Renovate) clutter the
release milestones more than clarifying them.

* other(renovate): include 8.6 release branch

8.6 will not be reset to main after the October release

(cherry picked from commit ce066d4)

Co-authored-by: Ev <[email protected]>
  • Loading branch information
github-actions[bot] and ev-codes authored Sep 24, 2024
1 parent 67df29c commit 2571067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": [
"config:base"
],
"labels": ["dependencies"],
"labels": ["dependencies", "no milestone"],
"packageRules": [
{
"matchManagers": ["maven"],
Expand Down Expand Up @@ -31,5 +31,5 @@
"allowedVersions": "!/-SNAPSHOT$/"
}
],
"baseBranches": ["main", "release/8.3", "release/8.4", "release/8.5"]
"baseBranches": ["main", "release/8.3", "release/8.4", "release/8.5", "release/8.6"]
}

0 comments on commit 2571067

Please sign in to comment.