diff --git a/.github/renovate.json b/.github/renovate.json index d45876656f..ac1b243912 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -44,5 +44,10 @@ "matchManagers": ["nuget"], "matchUpdateTypes": ["minor", "patch"] } - ] + ], + "force": { + "constraints": { + "dotnet": "6.0.413" + } + } }