Skip to content

Commit 674e010

Browse files
committed
Merge branch 'renovateFTW' into microbuild
2 parents b1e2782 + b4a369c commit 674e010

File tree

4 files changed

+25
-23
lines changed

4 files changed

+25
-23
lines changed

.github/dependabot.yml

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

.github/renovate.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +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"
37+
},
38+
{
39+
"matchPackageNames": ["Microsoft.VisualStudio.*"],
40+
"groupName": "Visual Studio SDK"
41+
},
42+
{
43+
"matchPackageNames": ["Microsoft.VisualStudio.*"],
44+
"matchUpdateTypes": ["patch"],
45+
"enabled": false
2346
}
2447
]
2548
}

.github/workflows/docs_validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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:

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

8-
<MicroBuildVersion>2.0.171</MicroBuildVersion>
8+
<MicroBuildVersion>2.0.181</MicroBuildVersion>
99
</PropertyGroup>
1010
<ItemGroup>
1111
<!-- Put repo-specific PackageVersion items in this group. -->

0 commit comments

Comments
 (0)