From 34652f66ee9358086711595f5a628473a601a9ec Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Thu, 23 Jan 2025 16:32:41 -0500 Subject: [PATCH] aggregate all the non-major dependencies --- renovate.json5 | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 85d8e5c..27c12eb 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -19,30 +19,6 @@ '*', ], }, - { - matchManagers: [ - 'gomod', - ], - postUpdateOptions: [ - 'gomodTidy', - ], - groupName: 'gomod updates', - }, - { - matchManagers: [ - 'dockerfile', - ], - groupName: 'Dockerfile updates', - }, - { - matchManagers: [ - 'github-actions', - ], - groupName: 'GitHub Actions updates', - schedule: [ - 'after 10pm on Friday', - ], - }, { matchUpdateTypes: [ 'major',