Skip to content

Commit 6b118a9

Browse files
authored
Cover release/7.0 in our pipelines (#43483)
* Cover release/7.0 in our pipelines * PR feedback: Remove release/5.0 mentions in our YAML
1 parent 614d20b commit 6b118a9

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

.azure/pipelines/helix-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ schedules:
1111
- cron: "0 9 * * *"
1212
branches:
1313
include:
14-
- release/5.0
1514
- release/6.0
15+
- release/7.0
1616
always: false
1717

1818
variables:

.azure/pipelines/quarantined-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
#
44

55
# Configure which branches trigger builds
6-
# We want to run quarantined tests on release/5.0 and main as well as on PRs
6+
# We want to run quarantined tests on release/6.0 and later as well as on PRs
77
trigger:
88
batch: true
99
branches:
1010
include:
1111
- main
12-
- release/5.0
1312
- release/6.0
13+
- release/7.0
1414

1515
# Run PR validation on branches that include Helix tests
1616
pr:
1717
autoCancel: true
1818
branches:
1919
include:
2020
- main
21-
- release/5.0
2221
- release/6.0
22+
- release/7.0
2323
paths:
2424
exclude:
2525
- .github/*

.github/dependabot.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,15 @@ updates:
6262
labels:
6363
- area-infrastructure
6464
target-branch: "release/6.0"
65-
65+
- package-ecosystem: "gitsubmodule"
66+
directory: "/"
67+
schedule:
68+
interval: "monthly"
69+
allow:
70+
- dependency-type: "all"
71+
commit-message:
72+
prefix: "[release/7.0] "
73+
include: scope
74+
labels:
75+
- area-infrastructure
76+
target-branch: "release/7.0"

0 commit comments

Comments
 (0)