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 5eb111a commit b5a3ae1Copy full SHA for b5a3ae1
.github/dependabot.yml
@@ -68,3 +68,12 @@ updates:
68
labels:
69
- dependencies
70
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
@@ -50,3 +50,11 @@ pull_request_rules:
50
backport:
51
branches:
52
- 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