diff --git a/.github/renovate.json b/.github/renovate.json index 6fe0cb0..4422a4a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,4 +1,14 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>pulsate-dev/renovate-conf"] + "extends": ["github>pulsate-dev/renovate-conf"], + "packageRules": [ + { + "groupName": "Astro packages", + "matchPackageNames": [ + "@astrojs/**", + "astro", + "starlight-openapi" + ] + } + ] }