diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 9c22f673..d5024d9e 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -39,5 +39,10 @@ "matchFileNames": ["src/main/resources/versions\\.json5"], "enabled": false, }, + { + // Group changes to versions.json5 + "matchFileNames": ["src/main/resources/versions\\.json5"], + "groupName": "supportedVersions", + }, ], }