Skip to content

Commit

Permalink
ci: update dotnet version with renovate
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Linne <[email protected]>
  • Loading branch information
alexanderlinne committed Mar 22, 2024
1 parent 2fc1794 commit 1a9fd11
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renovate.json
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"
}
]
}

0 comments on commit 1a9fd11

Please sign in to comment.