Skip to content

Commit

Permalink
Rename renovate config back to .json
Browse files Browse the repository at this point in the history
.json5 was fine, but VS Code doesn't have native support for it, and the popular JSON5 extension doesn't support JSON schema.
  • Loading branch information
AArnott committed Dec 30, 2024
1 parent 7e3ea78 commit 6ad0c94
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 25 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"dotjoshjohnson.xml",
"ms-vscode-remote.remote-containers",
"ms-azuretools.vscode-docker",
"tintoy.msbuild-project-tools",
"mrmlnc.vscode-json5"
"tintoy.msbuild-project-tools"
]
}
},
Expand Down
21 changes: 21 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"semanticCommits": "disabled",
"labels": ["dependencies"],
"packageRules": [
{
"matchPackageNames": ["nbgv", "nerdbank.gitversioning"],
"groupName": "nbgv and nerdbank.gitversioning updates"
},
{
"matchPackageNames": ["xunit*"],
"groupName": "xunit"
},
{
"matchDatasources": ["dotnet-version", "docker"],
"matchDepNames": ["dotnet-sdk", "mcr.microsoft.com/dotnet/sdk"],
"groupName": "Dockerfile and global.json updates"
}
]
}
21 changes: 0 additions & 21 deletions .github/renovate.json5

This file was deleted.

3 changes: 1 addition & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"dotjoshjohnson.xml",
"ms-vscode-remote.remote-containers",
"ms-azuretools.vscode-docker",
"tintoy.msbuild-project-tools",
"mrmlnc.vscode-json5"
"tintoy.msbuild-project-tools"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
Expand Down

0 comments on commit 6ad0c94

Please sign in to comment.