Skip to content

Commit

Permalink
chore: remove -consumer prefix from v3.2.x (#1411)
Browse files Browse the repository at this point in the history
remove -consumer prefix from bots
  • Loading branch information
mpoke authored and MSalopek committed Dec 1, 2023
1 parent 7d9e660 commit 8545b54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ updates:
directory: "/"
schedule:
interval: daily
target-branch: "release/v3.2.x-consumer"
target-branch: "release/v3.2.x"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
Expand Down
6 changes: 3 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ pull_request_rules:
backport:
branches:
- release/v3.1.x
- name: Backport patches to the release/v3.2.x-consumer branch
- name: Backport patches to the release/v3.2.x branch
conditions:
- base=main
- label=A:backport/v3.2.x-consumer
- label=A:backport/v3.2.x
actions:
backport:
branches:
- release/v3.2.x-consumer
- release/v3.2.x

0 comments on commit 8545b54

Please sign in to comment.