Skip to content

Commit 7472490

Browse files
authored
Add submodule updates for release/8.0 (#53593)
1 parent b43884c commit 7472490

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,15 @@ updates:
8383
labels:
8484
- area-infrastructure
8585
target-branch: "release/7.0"
86+
- package-ecosystem: "gitsubmodule"
87+
directory: "/"
88+
schedule:
89+
interval: "monthly"
90+
allow:
91+
- dependency-type: "all"
92+
commit-message:
93+
prefix: "[release/8.0] "
94+
include: scope
95+
labels:
96+
- area-infrastructure
97+
target-branch: "release/8.0"

docs/UpdatingMajorVersionAndTFM.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ Typically, we will update the Major Version before updating the TFM. This is bec
2323
* The result of `.\eng\scripts\mark-shipped.cmd` should be checked in to the release branch as well, as part of the RTM release.
2424
* Update `.\eng\Baseline.xml` to reflect the set of RTM packages that were just shipped. Then, `dotnet run` `.\eng\tools\BaselineGenerator\BaselineGenerator.csproj`, which will update `.\eng\Baseline.Designer.props`. If RTM hasn't shipped yet, do this in a separate PR once it has.
2525
* Update `.\eng\PlatformManifest.txt` and `.\eng\PackageOverrides.txt`. Download the just released RTM version of the `Microsoft.AspNetCore.App.Ref` package, and copy over the files from the `data` folder. This can be done in the same PR as the one updating `.\eng\Baseline.xml` and `.\eng\Baseline.Designer.props` (see https://github.com/dotnet/aspnetcore/pull/49269).
26-
* Update [helix-matrix.yml](https://github.com/dotnet/aspnetcore/blob/436556163a671259c8b14ae1c90d72767af62d18/.azure/pipelines/helix-matrix.yml#L12-L16) to list the currently active release branches
26+
* Update [helix-matrix.yml](https://github.com/dotnet/aspnetcore/blob/436556163a671259c8b14ae1c90d72767af62d18/.azure/pipelines/helix-matrix.yml#L12-L16) to list the currently active release branches.
2727
* This should be done in `main` as well as the relevant release branch.
28+
* Update [dependabot.yml](https://github.com/dotnet/aspnetcore/blob/b43884c1b21ea71e91c539721a75e5c96b8c1263/.github/dependabot.yml#L74-L85) to list the currently active release branches for submodule updates.
29+
* This only needs to be done in `main`.
2830

2931
### Validation
3032

0 commit comments

Comments
 (0)