Skip to content

Commit

Permalink
chore: update dependabot and mergify (#2463)
Browse files Browse the repository at this point in the history
update dependabot and mergify
  • Loading branch information
mpoke authored Jan 8, 2025
1 parent d56af59 commit 9563c21
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,13 @@ updates:
open-pull-requests-limit: 0
labels:
- dependencies

- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
target-branch: "release/v6.4.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 @@ -65,4 +65,12 @@ pull_request_rules:
actions:
backport:
branches:
- release/v6.3.x
- release/v6.3.x
- name: Backport patches to the release/v6.4.x branch
conditions:
- base=main
- label=A:backport/v6.4.x
actions:
backport:
branches:
- release/v6.4.x

0 comments on commit 9563c21

Please sign in to comment.