-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: update dotnet version with renovate
Signed-off-by: Alexander Linne <[email protected]>
- Loading branch information
1 parent
2fc1794
commit 1a9fd11
Showing
1 changed file
with
14 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,26 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"extends": ["config:base"], | ||
"customManagers": [ | ||
{ | ||
"customType": "regex", | ||
"fileMatch": ["^\\.github/workflows/.+?\\.yaml$"], | ||
"matchStrings": ["dotnet-version: (?<currentValue>.+?)\\s"], | ||
"datasourceTemplate": "dotnet-version", | ||
"depNameTemplate": "dotnet-sdk", | ||
"depTypeTemplate": "action" | ||
} | ||
], | ||
"packageRules": [ | ||
{ | ||
"matchManagers": ["nuget"], | ||
"matchPackagePrefixes": ["xunit", "nunit", "NUnit", "MSTest"], | ||
"matchPackageNames": ["Microsoft.NET.Test.Sdk", "JetBrains.Annotations"], | ||
"enabled": false | ||
}, | ||
{ | ||
"matchDatasources": ["dotnet-version"], | ||
"groupName": "dotnet version" | ||
} | ||
] | ||
} |