Skip to content

Commit

Permalink
Stick with .NET LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-xdev committed Nov 18, 2024
1 parent 1398820 commit 4917d40
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,24 @@
"rebaseWhen": "behind-base-branch",
"packageRules": [
{
"description": ".NET images: Use LTS",
"description": "Stick with .NET LTS",
"packagePattern": "^mcr.microsoft.com/dotnet",
"datasources": [
"docker"
],
"allowedVersions": "<9"
},
{
"description": "Stick with .NET LTS",
"matchPackagePatterns": [
"^Microsoft.AspNetCore.Mvc.NewtonsoftJson",
"^Microsoft.Extensions.FileProviders.Embedded",
"^dotnet"
],
"datasources": [
"nuget"
],
"allowedVersions": "<9"
}
]
}

0 comments on commit 4917d40

Please sign in to comment.