Skip to content

Commit

Permalink
Merge latest Library.Template (#1131)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
AArnott and renovate[bot] authored Feb 5, 2025
2 parents 0c653bd + da0e911 commit 6fee0fb
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 23 deletions.
17 changes: 0 additions & 17 deletions .github/dependabot.yml

This file was deleted.

24 changes: 21 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,32 @@
"matchDepNames": ["dotnet-sdk", "mcr.microsoft.com/dotnet/sdk"],
"groupName": "Dockerfile and global.json updates"
},
{
"matchPackageNames": [
"System.Collections.Immutable",
"System.Composition*",
"System.Diagnostics.DiagnosticSource",
"System.IO.Pipelines",
"System.Reflection.Metadata",
"System.Text.Json",
"System.Threading.Tasks.Dataflow",
"Microsoft.Bcl.AsyncInterfaces"
],
"allowedVersions": "<9.0",
"groupName": "Included in .NET runtime"
},
{
"matchPackageNames": ["Microsoft.VisualStudio.Internal.MicroBuild*"],
"groupName": "microbuild"
},
{
"matchPackageNames": ["System.Collections.Immutable", "System.Text.Json", "System.Threading.Tasks.Dataflow", "System.Diagnostics.DiagnosticSource"],
"allowedVersions": "<9.0",
"groupName": "Included in .NET runtime"
"matchPackageNames": ["Microsoft.VisualStudio.*"],
"groupName": "Visual Studio SDK"
},
{
"matchPackageNames": ["Microsoft.VisualStudio.*"],
"matchUpdateTypes": ["patch"],
"enabled": false
},
{
"matchPackageNames": ["Microsoft.AspNetCore.TestHost"],
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:
jobs:
build:
name: 📚 Doc validation
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
- name: 🔗 Markup Link Checker (mlc)
uses: becheran/[email protected]
with:
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
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
- name: ⚙ Install prerequisites
run: |
./init.ps1 -UpgradePrerequisites
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
<MessagePackVersion>2.5.192</MessagePackVersion>
<MicroBuildVersion>2.0.171</MicroBuildVersion>
<MicroBuildVersion>2.0.181</MicroBuildVersion>
<VisualStudioThreadingVersion>17.10.48</VisualStudioThreadingVersion>
<CodeAnalysisAnalyzerVersion>3.11.0-beta1.25074.1</CodeAnalysisAnalyzerVersion>
</PropertyGroup>
Expand Down

0 comments on commit 6fee0fb

Please sign in to comment.