Skip to content

Commit

Permalink
chore: add release/v5.x bots targets (#1829)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek authored and insumity committed May 2, 2024
1 parent fe6364c commit 3881652
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,14 @@ updates:
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
- dependencies
- dependencies

- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
target-branch: "release/v5.x"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
- dependencies
10 changes: 9 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,12 @@ 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

0 comments on commit 3881652

Please sign in to comment.