Skip to content

Commit 3833c86

Browse files
authored
add v18.x to mergify and dependabot (#3155)
1 parent 0bb9620 commit 3833c86

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.github/dependabot.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,18 @@ updates:
2121
directory: "/"
2222
schedule:
2323
interval: daily
24-
target-branch: "release/v16.x"
24+
target-branch: "release/v17.2.x"
2525
# Only allow automated security-related dependency updates on release branches.
2626
open-pull-requests-limit: 0
2727
labels:
2828
- dependencies
2929

30-
3130
- package-ecosystem: gomod
3231
directory: "/"
3332
schedule:
3433
interval: daily
35-
target-branch: "release/v17.2.x"
34+
target-branch: "release/v18.x"
3635
# Only allow automated security-related dependency updates on release branches.
3736
open-pull-requests-limit: 0
3837
labels:
39-
- dependencies
38+
- dependencies

.mergify.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@ pull_request_rules:
2424
{{ title }} (#{{ number }})
2525
{{ body }}
2626
27-
- name: Backport patches to the release/v16.x branch
27+
- name: Backport patches to the release/v17.2.x branch
2828
conditions:
2929
- base=main
30-
- label=A:backport/v16.x
30+
- label=A:backport/v17.2.x
3131
actions:
3232
backport:
3333
branches:
34-
- release/v16.x
34+
- release/v17.2.x
3535

36-
- name: Backport patches to the release/v17.2.x branch
36+
- name: Backport patches to the release/v18.x branch
3737
conditions:
3838
- base=main
39-
- label=A:backport/v17.2.x
39+
- label=A:backport/v18.x
4040
actions:
4141
backport:
4242
branches:
43-
- release/v17.2.x
43+
- release/v18.x

0 commit comments

Comments
 (0)