Skip to content

Commit

Permalink
updated bots for v5.0.x-provider release
Browse files Browse the repository at this point in the history
  • Loading branch information
insumity committed May 1, 2024
1 parent b3c398b commit 8a0d57c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 44 deletions.
28 changes: 9 additions & 19 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/v2.0.x"
target-branch: "release/v3.2.x"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
Expand All @@ -32,27 +32,17 @@ updates:
directory: "/"
schedule:
interval: daily
target-branch: "release/v2.4.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/v3.1.x"
target-branch: "release/v3.3.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/v4.0.x"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
Expand All @@ -62,7 +52,7 @@ updates:
directory: "/"
schedule:
interval: daily
target-branch: "release/v3.3.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 @@ -72,7 +62,7 @@ updates:
directory: "/"
schedule:
interval: daily
target-branch: "release/v4.0.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 @@ -82,7 +72,7 @@ updates:
directory: "/"
schedule:
interval: daily
target-branch: "release/v4.1.x"
target-branch: "release/v5.x"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
Expand All @@ -92,8 +82,8 @@ updates:
directory: "/"
schedule:
interval: daily
target-branch: "release/v4.1.x-lsm"
target-branch: "release/v5.0.x-provider"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
- dependencies
- dependencies
42 changes: 17 additions & 25 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,6 @@ queue_rules:
- "#approved-reviews-by>1"

pull_request_rules:
- name: Backport patches to the release/v2.0.x branch
conditions:
- base=main
- label=A:backport/v2.0.x
actions:
backport:
branches:
- release/v2.0.x
- name: Backport patches to the release/v2.4.x-lsm branch
conditions:
- base=main
- label=A:backport/v2.4.x-lsm
actions:
backport:
branches:
- release/v2.4.x-lsm
- name: Backport patches to the release/v3.1.x branch
conditions:
- base=main
- label=A:backport/v3.1.x
actions:
backport:
branches:
- release/v3.1.x
- name: Backport patches to the release/v3.2.x branch
conditions:
- base=main
Expand Down Expand Up @@ -73,4 +49,20 @@ pull_request_rules:
actions:
backport:
branches:
- release/v4.1.x-lsm
- release/v4.1.x-lsm
- name: Backport patches to the release/v5.x branch
conditions:
- base=main
- label=A:backport/v5.x
actions:
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 8a0d57c

Please sign in to comment.