From cc67f37a28f3292bd3b2f4262a49196ae05cf3a5 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Mon, 12 May 2025 11:23:24 +0200 Subject: [PATCH] chore(renovate): drop explicit config in favor of preset --- renovate.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/renovate.json b/renovate.json index 3d82087..75f587d 100644 --- a/renovate.json +++ b/renovate.json @@ -7,13 +7,6 @@ "description": "Disable nektos/act, it's replaced", "matchDepNames": ["github.com/nektos/act"], "enabled": false - }, - { - "description": "Enable indirect gomod updates but require approval", - "matchManagers": ["gomod"], - "matchDepTypes": ["indirect"], - "enabled": true, - "dependencyDashboardApproval": true } ] }