We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31985a6 commit 61cdfaaCopy full SHA for 61cdfaa
.github/dependabot.yml
@@ -77,3 +77,13 @@ updates:
77
open-pull-requests-limit: 0
78
labels:
79
- 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
@@ -57,4 +57,12 @@ pull_request_rules:
57
actions:
58
backport:
59
branches:
60
- - release/v6.2.x
+ - 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