Skip to content

Commit

Permalink
chore: add v4.5.x to dependabot and mergify (#2285)
Browse files Browse the repository at this point in the history
add v4.5.x to dependabot and mergify
  • Loading branch information
mpoke committed Sep 20, 2024
1 parent 8dc828c commit 63d268e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 26 deletions.
14 changes: 2 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ updates:
directory: "/"
schedule:
interval: daily
target-branch: "release/v4.3.x"
target-branch: "release/v4.0.x"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
Expand All @@ -32,17 +32,7 @@ updates:
directory: "/"
schedule:
interval: daily
target-branch: "release/v4.3.x-lsm"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
- dependencies

- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
target-branch: "release/v4.4.x"
target-branch: "release/v4.5.x"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
Expand Down
20 changes: 6 additions & 14 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,22 @@ queue_rules:
- "#approved-reviews-by>1"

pull_request_rules:
- name: Backport patches to the release/v4.3.x branch
- name: Backport patches to the release/v4.0.x branch
conditions:
- base=main
- label=A:backport/v4.3.x
- label=A:backport/v4.0.x
actions:
backport:
branches:
- release/v4.3.x
- name: Backport patches to the release/v4.3.x-lsm branch
- release/v4.0.x
- name: Backport patches to the release/v4.5.x branch
conditions:
- base=main
- label=A:backport/v4.3.x-lsm
- label=A:backport/v4.5.x
actions:
backport:
branches:
- release/v4.3.x-lsm
- name: Backport patches to the release/v4.4.x branch
conditions:
- base=main
- label=A:backport/v4.4.x
actions:
backport:
branches:
- release/v4.4.x
- release/v4.5.x
- name: Backport patches to the release/v5.x branch
conditions:
- base=main
Expand Down

0 comments on commit 63d268e

Please sign in to comment.