Skip to content

Commit 6ad0c94

Browse files
committed
Rename renovate config back to .json
.json5 was fine, but VS Code doesn't have native support for it, and the popular JSON5 extension doesn't support JSON schema.
1 parent 7e3ea78 commit 6ad0c94

File tree

4 files changed

+23
-25
lines changed

4 files changed

+23
-25
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"dotjoshjohnson.xml",
1818
"ms-vscode-remote.remote-containers",
1919
"ms-azuretools.vscode-docker",
20-
"tintoy.msbuild-project-tools",
21-
"mrmlnc.vscode-json5"
20+
"tintoy.msbuild-project-tools"
2221
]
2322
}
2423
},

.github/renovate.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:recommended"],
4+
"semanticCommits": "disabled",
5+
"labels": ["dependencies"],
6+
"packageRules": [
7+
{
8+
"matchPackageNames": ["nbgv", "nerdbank.gitversioning"],
9+
"groupName": "nbgv and nerdbank.gitversioning updates"
10+
},
11+
{
12+
"matchPackageNames": ["xunit*"],
13+
"groupName": "xunit"
14+
},
15+
{
16+
"matchDatasources": ["dotnet-version", "docker"],
17+
"matchDepNames": ["dotnet-sdk", "mcr.microsoft.com/dotnet/sdk"],
18+
"groupName": "Dockerfile and global.json updates"
19+
}
20+
]
21+
}

.github/renovate.json5

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

.vscode/extensions.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
"dotjoshjohnson.xml",
1414
"ms-vscode-remote.remote-containers",
1515
"ms-azuretools.vscode-docker",
16-
"tintoy.msbuild-project-tools",
17-
"mrmlnc.vscode-json5"
16+
"tintoy.msbuild-project-tools"
1817
],
1918
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
2019
"unwantedRecommendations": []

0 commit comments

Comments
 (0)