diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 63b9a03ec..9a7ca7ab8 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -16,12 +16,6 @@ "dependencyDashboard": false, "forkProcessing": "disabled", - // TODO: We should be able to use the defaults if we turn dependabot off. - "enabledManagers": ["custom.regex", "gomod"], - "gomod": { - "enabled": true - }, - "postUpdateOptions": [ "gomodTidyE" ],