-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
4 changed files
with
23 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters