Skip to content

Commit

Permalink
chore: update mergify and dependabot (#2263)
Browse files Browse the repository at this point in the history
update mergify and dependabot
  • Loading branch information
mpoke committed Sep 13, 2024
1 parent 04b6de4 commit a19e242
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
12 changes: 11 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,17 @@ updates:
directory: "/"
schedule:
interval: daily
target-branch: "release/v5.1.x"
target-branch: "release/v5.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/v6.0.x"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
Expand Down
14 changes: 11 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,19 @@ pull_request_rules:
backport:
branches:
- release/v5.x
- name: Backport patches to the release/v5.1.x branch
- name: Backport patches to the release/v5.2.x branch
conditions:
- base=main
- label=A:backport/v5.1.x
- label=A:backport/v5.2.x
actions:
backport:
branches:
- release/v5.1.x
- release/v5.2.x
- name: Backport patches to the release/v6.0.x branch
conditions:
- base=main
- label=A:backport/v6.0.x
actions:
backport:
branches:
- release/v6.0.x

0 comments on commit a19e242

Please sign in to comment.