Skip to content

Commit eb68e01

Browse files
authored
Remove some references to release/6.0 (#58929)
1 parent f526f0c commit eb68e01

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

Diff for: .azure/pipelines/helix-matrix.yml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ schedules:
1111
- cron: "0 9 * * *"
1212
branches:
1313
include:
14-
- release/6.0
1514
- release/8.0
1615
- release/9.0
1716
always: false

Diff for: .azure/pipelines/quarantined-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
# Configure which branches trigger builds
6-
# We want to run quarantined tests on release/6.0 and later as well as on PRs
6+
# We want to run quarantined tests on release/8.0 and later as well as on PRs
77
trigger:
88
batch: true
99
branches:

Diff for: .github/dependabot.yml

-12
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,6 @@ updates:
6060
labels:
6161
- area-infrastructure
6262
target-branch: "release/2.1"
63-
- package-ecosystem: "gitsubmodule"
64-
directory: "/"
65-
schedule:
66-
interval: "monthly"
67-
allow:
68-
- dependency-type: "all"
69-
commit-message:
70-
prefix: "[release/6.0] "
71-
include: scope
72-
labels:
73-
- area-infrastructure
74-
target-branch: "release/6.0"
7563
- package-ecosystem: "gitsubmodule"
7664
directory: "/"
7765
schedule:

0 commit comments

Comments
 (0)