diff --git a/.github/renovate.json b/.github/renovate.json index 7269f0b..9f4ba29 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,12 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:base"], - "reviewers": ["bartvdbraak"] + "reviewers": ["bartvdbraak"], + "packageRules": [ + { + "matchPackagePrefixes": ["azure"], + "groupName": "Azure Dependencies", + "groupSlug": "azure-dependencies" + } + ] } \ No newline at end of file