Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .azure/pipelines/helix-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ schedules:
- cron: "0 9 * * *"
branches:
include:
- release/6.0
- release/8.0
- release/9.0
always: false
Expand Down
2 changes: 1 addition & 1 deletion .azure/pipelines/quarantined-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

# Configure which branches trigger builds
# We want to run quarantined tests on release/6.0 and later as well as on PRs
# We want to run quarantined tests on release/8.0 and later as well as on PRs
trigger:
batch: true
branches:
Expand Down
12 changes: 0 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,6 @@ updates:
labels:
- area-infrastructure
target-branch: "release/2.1"
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "monthly"
allow:
- dependency-type: "all"
commit-message:
prefix: "[release/6.0] "
include: scope
labels:
- area-infrastructure
target-branch: "release/6.0"
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
Expand Down
Loading