Skip to content

Commit b5a3ae1

Browse files
authored
chore: update mergify and dependabot (#2347)
init commit
1 parent 5eb111a commit b5a3ae1

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,12 @@ updates:
6868
labels:
6969
- dependencies
7070

71+
- package-ecosystem: gomod
72+
directory: "/"
73+
schedule:
74+
interval: daily
75+
target-branch: "release/v6.2.x"
76+
# Only allow automated security-related dependency updates on release branches.
77+
open-pull-requests-limit: 0
78+
labels:
79+
- dependencies

.mergify.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,11 @@ pull_request_rules:
5050
backport:
5151
branches:
5252
- release/v6.1.x
53+
- name: Backport patches to the release/v6.2.x branch
54+
conditions:
55+
- base=main
56+
- label=A:backport/v6.2.x
57+
actions:
58+
backport:
59+
branches:
60+
- release/v6.2.x

0 commit comments

Comments
 (0)