Skip to content

Commit

Permalink
chore: update mergify and dependabot (#2369)
Browse files Browse the repository at this point in the history
update mergify and dependabot
  • Loading branch information
mpoke authored Oct 18, 2024
1 parent 31985a6 commit 61cdfaa
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 @@ -77,3 +77,13 @@ updates:
open-pull-requests-limit: 0
labels:
- dependencies

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

0 comments on commit 61cdfaa

Please sign in to comment.