Skip to content

Commit

Permalink
chore: add ICS release/v5.1.x branch to Mergify (#1962)
Browse files Browse the repository at this point in the history
add release/v5.1.x brancg to mergify
  • Loading branch information
sainoe committed Jun 13, 2024
1 parent d3ea99b commit c454cc7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,13 @@ updates:
labels:
- dependencies

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

8 changes: 8 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,11 @@ pull_request_rules:
backport:
branches:
- release/v5.x
- name: Backport patches to the release/v5.1.x branch
conditions:
- base=main
- label=A:backport/v5.1.x
actions:
backport:
branches:
- release/v5.1.x

0 comments on commit c454cc7

Please sign in to comment.