diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 042ea65777..0fb0447b02 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -24,5 +24,23 @@ ], pinDigests: true, }, + { + groupName: 'Go', + matchManagers: [ + 'gomod', + ], + }, + { + groupName: 'Node', + matchManagers: [ + 'npm', + ], + }, + { + groupName: 'Pip', + matchManagers: [ + 'pip_requirements', + ], + }, ], }