diff --git a/renovate.json b/renovate.json index fdc07953..e0837d86 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,9 @@ { + "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>ap0llo/renovate-config" - ] + ], + "constraints": { + "dotnet": "7.0.400" + } }