Skip to content

Commit

Permalink
Use JSON5 for renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Dec 28, 2024
1 parent 147f846 commit ddc4c2d
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 25 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dotjoshjohnson.xml",
"ms-vscode-remote.remote-containers",
"ms-azuretools.vscode-docker",
"tintoy.msbuild-project-tools"
"tintoy.msbuild-project-tools",
"mrmlnc.vscode-json5"
]
}
2 changes: 2 additions & 0 deletions .github/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[renovate.json*]
indent_style = tab
23 changes: 0 additions & 23 deletions .github/renovate.json

This file was deleted.

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

0 comments on commit ddc4c2d

Please sign in to comment.