Skip to content

Commit 6fee0fb

Browse files
Merge latest Library.Template (#1131)
* Update becheran/mlc action to v0.19.1 * Suppress an expected doc warning * Remove dependabot.yml * Update becheran/mlc action to v0.19.2 (#345) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Stick with .NET 8 packages * Update microbuild to 2.0.181 * Update dependency ubuntu to v24 * Avoid daily updates of VS packages * Group VS SDK package updates --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 parents 0c653bd + da0e911 commit 6fee0fb

File tree

4 files changed

+24
-23
lines changed

4 files changed

+24
-23
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/renovate.json

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,32 @@
1717
"matchDepNames": ["dotnet-sdk", "mcr.microsoft.com/dotnet/sdk"],
1818
"groupName": "Dockerfile and global.json updates"
1919
},
20+
{
21+
"matchPackageNames": [
22+
"System.Collections.Immutable",
23+
"System.Composition*",
24+
"System.Diagnostics.DiagnosticSource",
25+
"System.IO.Pipelines",
26+
"System.Reflection.Metadata",
27+
"System.Text.Json",
28+
"System.Threading.Tasks.Dataflow",
29+
"Microsoft.Bcl.AsyncInterfaces"
30+
],
31+
"allowedVersions": "<9.0",
32+
"groupName": "Included in .NET runtime"
33+
},
2034
{
2135
"matchPackageNames": ["Microsoft.VisualStudio.Internal.MicroBuild*"],
2236
"groupName": "microbuild"
2337
},
2438
{
25-
"matchPackageNames": ["System.Collections.Immutable", "System.Text.Json", "System.Threading.Tasks.Dataflow", "System.Diagnostics.DiagnosticSource"],
26-
"allowedVersions": "<9.0",
27-
"groupName": "Included in .NET runtime"
39+
"matchPackageNames": ["Microsoft.VisualStudio.*"],
40+
"groupName": "Visual Studio SDK"
41+
},
42+
{
43+
"matchPackageNames": ["Microsoft.VisualStudio.*"],
44+
"matchUpdateTypes": ["patch"],
45+
"enabled": false
2846
},
2947
{
3048
"matchPackageNames": ["Microsoft.AspNetCore.TestHost"],

.github/workflows/docs_validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77
jobs:
88
build:
99
name: 📚 Doc validation
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
1515
- name: 🔗 Markup Link Checker (mlc)
1616
uses: becheran/mlc@v0.19.0
1717
with:
18-
args: --do-not-warn-for-redirect-to https://learn.microsoft.com*,https://dev.azure.com/*,https://app.codecov.io/*,https://msrc.microsoft.com/*,https://www.microsoft.com/en-us/msrc* -p docfx -i https://aka.ms/onboardsupport,https://aka.ms/spot,https://www.microsoft.com/msrc/cvd,https://www.microsoft.com/msrc
18+
args: --do-not-warn-for-redirect-to https://learn.microsoft.com*,https://dotnet.microsoft.com/*,https://dev.azure.com/*,https://app.codecov.io/*,https://msrc.microsoft.com/*,https://www.microsoft.com/en-us/msrc* -p docfx -i https://aka.ms/onboardsupport,https://aka.ms/spot,https://www.microsoft.com/msrc/cvd,https://www.microsoft.com/msrc
1919
- name: ⚙ Install prerequisites
2020
run: |
2121
./init.ps1 -UpgradePrerequisites

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
66
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
77
<MessagePackVersion>2.5.192</MessagePackVersion>
8-
<MicroBuildVersion>2.0.171</MicroBuildVersion>
8+
<MicroBuildVersion>2.0.181</MicroBuildVersion>
99
<VisualStudioThreadingVersion>17.10.48</VisualStudioThreadingVersion>
1010
<CodeAnalysisAnalyzerVersion>3.11.0-beta1.25074.1</CodeAnalysisAnalyzerVersion>
1111
</PropertyGroup>

0 commit comments

Comments
 (0)