Skip to content

Commit 61cdfaa

Browse files
authored
chore: update mergify and dependabot (#2369)
update mergify and dependabot
1 parent 31985a6 commit 61cdfaa

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,13 @@ updates:
7777
open-pull-requests-limit: 0
7878
labels:
7979
- dependencies
80+
81+
- package-ecosystem: gomod
82+
directory: "/"
83+
schedule:
84+
interval: daily
85+
target-branch: "release/v6.3.x"
86+
# Only allow automated security-related dependency updates on release branches.
87+
open-pull-requests-limit: 0
88+
labels:
89+
- dependencies

.mergify.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,12 @@ pull_request_rules:
5757
actions:
5858
backport:
5959
branches:
60-
- release/v6.2.x
60+
- release/v6.2.x
61+
- name: Backport patches to the release/v6.3.x branch
62+
conditions:
63+
- base=main
64+
- label=A:backport/v6.3.x
65+
actions:
66+
backport:
67+
branches:
68+
- release/v6.3.x

0 commit comments

Comments
 (0)