Skip to content

Commit

Permalink
chore: add v4.0.x to mergify and dependabot (#1562)
Browse files Browse the repository at this point in the history
* add v4.0.x to mergify and dependabot

* add new lines
  • Loading branch information
mpoke authored Jan 11, 2024
1 parent 72ce345 commit a09df69
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 32 deletions.
22 changes: 6 additions & 16 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@ updates:
labels:
- dependencies

- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
target-branch: "release/v2.0.x-lsm"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
- dependencies

- package-ecosystem: gomod
directory: "/"
schedule:
Expand All @@ -47,12 +37,12 @@ updates:
open-pull-requests-limit: 0
labels:
- dependencies

- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
target-branch: "release/v3.0.x"
target-branch: "release/v3.1.x"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
Expand All @@ -62,17 +52,17 @@ updates:
directory: "/"
schedule:
interval: daily
target-branch: "release/v3.1.x"
target-branch: "release/v3.2.x"
# 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/v3.2.x"
target-branch: "release/v3.3.x"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
Expand All @@ -82,7 +72,7 @@ updates:
directory: "/"
schedule:
interval: daily
target-branch: "release/v3.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 Down
24 changes: 8 additions & 16 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ pull_request_rules:
backport:
branches:
- release/v2.0.x
- name: Backport patches to the release/v2.0.x-lsm branch
conditions:
- base=main
- label=A:backport/v2.0.x-lsm
actions:
backport:
branches:
- release/v2.0.x-lsm
- name: Backport patches to the release/v2.4.x-lsm branch
conditions:
- base=main
Expand All @@ -34,14 +26,6 @@ pull_request_rules:
backport:
branches:
- release/v2.4.x-lsm
- name: Backport patches to the release/v3.0.x branch
conditions:
- base=main
- label=A:backport/v3.0.x
actions:
backport:
branches:
- release/v3.0.x
- name: Backport patches to the release/v3.1.x branch
conditions:
- base=main
Expand All @@ -66,3 +50,11 @@ pull_request_rules:
backport:
branches:
- release/v3.3.x
- name: Backport patches to the release/v4.0.x branch
conditions:
- base=main
- label=A:backport/v4.0.x
actions:
backport:
branches:
- release/v4.0.x

0 comments on commit a09df69

Please sign in to comment.