diff --git a/.github/renovate.json b/.github/renovate.json index 4e74828d2..d4bcba156 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,18 +1,22 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:recommended" ], "labels": [ "build" ], "packageRules": [ { - "matchSourceUrls": [ "https://github.com/nunit/nunit"], + "matchSourceUrls": [ + "https://github.com/nunit/nunit" + ], "groupName": "NUnit" }, { - "matchSourceUrls": [ "https://github.com/nunit/nunit-console"], + "matchSourceUrls": [ + "https://github.com/nunit/nunit-console" + ], "groupName": "NUnit.Console" } ]