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