Skip to content

Commit 1cc3b97

Browse files
committedMar 4, 2025
Switch to renovate rules from Microsoft presets
1 parent 67128e5 commit 1cc3b97

File tree

1 file changed

+5
-48
lines changed

1 file changed

+5
-48
lines changed
 

‎.github/renovate.json

+5-48
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,8 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended"],
4-
"labels": ["dependencies"],
5-
"packageRules": [
6-
{
7-
"matchPackageNames": ["nbgv", "nerdbank.gitversioning"],
8-
"groupName": "nbgv and nerdbank.gitversioning updates"
9-
},
10-
{
11-
"matchPackageNames": ["xunit*"],
12-
"groupName": "xunit"
13-
},
14-
{
15-
"matchDatasources": ["dotnet-version", "docker"],
16-
"matchDepNames": ["dotnet-sdk", "mcr.microsoft.com/dotnet/sdk"],
17-
"groupName": "Dockerfile and global.json updates"
18-
},
19-
{
20-
"matchPackageNames": ["*"],
21-
"allowedVersions": "!/-g[a-f0-9]+$/"
22-
},
23-
{
24-
"matchPackageNames": [
25-
"System.Collections.Immutable",
26-
"System.Composition*",
27-
"System.Diagnostics.DiagnosticSource",
28-
"System.IO.Pipelines",
29-
"System.Reflection.Metadata",
30-
"System.Text.Json",
31-
"System.Threading.Tasks.Dataflow",
32-
"Microsoft.Bcl.AsyncInterfaces"
33-
],
34-
"allowedVersions": "<9.0",
35-
"groupName": "Included in .NET runtime"
36-
},
37-
{
38-
"matchPackageNames": ["Microsoft.VisualStudio.Internal.MicroBuild*"],
39-
"groupName": "microbuild"
40-
},
41-
{
42-
"matchPackageNames": ["Microsoft.VisualStudio.*"],
43-
"groupName": "Visual Studio SDK"
44-
},
45-
{
46-
"matchPackageNames": ["Microsoft.VisualStudio.*"],
47-
"matchUpdateTypes": ["patch"],
48-
"enabled": false
49-
}
50-
]
3+
"extends": [
4+
"github>microsoft/vs-renovate-presets:microbuild",
5+
"github>microsoft/vs-renovate-presets:vs_main_dependencies"
6+
],
7+
"packageRules": []
518
}

0 commit comments

Comments
 (0)
Failed to load comments.