Skip to content

Commit

Permalink
chore: rm v5-provider; add v4.2.0; rm old versions (#1849)
Browse files Browse the repository at this point in the history
* chore: rm v5-provider; add v4.2.0; rm old versions

* chore: rm v5-provider; add v4.2.0; rm old versions
  • Loading branch information
MSalopek authored May 2, 2024
1 parent 2b5b6cf commit ad6ecbb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 51 deletions.
27 changes: 4 additions & 23 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/v3.2.x"
target-branch: "release/v4.1.x"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
Expand All @@ -32,7 +32,7 @@ updates:
directory: "/"
schedule:
interval: daily
target-branch: "release/v3.3.x"
target-branch: "release/v4.1.x-lsm"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
Expand All @@ -42,7 +42,7 @@ updates:
directory: "/"
schedule:
interval: daily
target-branch: "release/v4.0.x"
target-branch: "release/v4.2.x"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
Expand All @@ -52,17 +52,7 @@ updates:
directory: "/"
schedule:
interval: daily
target-branch: "release/v4.1.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/v4.1.x-lsm"
target-branch: "release/v4.2.x-lsm"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
Expand All @@ -78,12 +68,3 @@ updates:
labels:
- dependencies

- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
target-branch: "release/v5.0.x-provider"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
- dependencies
40 changes: 12 additions & 28 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,46 +10,38 @@ queue_rules:
- "#approved-reviews-by>1"

pull_request_rules:
- name: Backport patches to the release/v3.2.x branch
conditions:
- base=main
- label=A:backport/v3.2.x
actions:
backport:
branches:
- release/v3.2.x
- name: Backport patches to the release/v3.3.x branch
- name: Backport patches to the release/v4.1.x branch
conditions:
- base=main
- label=A:backport/v3.3.x
- label=A:backport/v4.1.x
actions:
backport:
branches:
- release/v3.3.x
- name: Backport patches to the release/v4.0.x branch
- release/v4.1.x
- name: Backport patches to the release/v4.1.x-lsm branch
conditions:
- base=main
- label=A:backport/v4.0.x
- label=A:backport/v4.1.x-lsm
actions:
backport:
branches:
- release/v4.0.x
- name: Backport patches to the release/v4.1.x branch
- release/v4.1.x-lsm
- name: Backport patches to the release/v4.2.x branch
conditions:
- base=main
- label=A:backport/v4.1.x
- label=A:backport/v4.2.x
actions:
backport:
branches:
- release/v4.1.x
- name: Backport patches to the release/v4.1.x-lsm branch
- release/v4.2.x
- name: Backport patches to the release/v4.2.x-lsm branch
conditions:
- base=main
- label=A:backport/v4.1.x-lsm
- label=A:backport/v4.2.x-lsm
actions:
backport:
branches:
- release/v4.1.x-lsm
- release/v4.2.x-lsm
- name: Backport patches to the release/v5.x branch
conditions:
- base=main
Expand All @@ -58,11 +50,3 @@ pull_request_rules:
backport:
branches:
- release/v5.x
- name: Backport patches to the release/v5.0.x-provider branch
conditions:
- base=main
- label=A:backport/v5.0.x-provider
actions:
backport:
branches:
- release/v5.0.x-provider

0 comments on commit ad6ecbb

Please sign in to comment.