From f2e5b09cf6d9695294abad1e55ccdbf2e8a93d0b Mon Sep 17 00:00:00 2001 From: Alex Boten Date: Tue, 16 May 2023 12:09:36 -0700 Subject: [PATCH] [chore] disable gomod in renovate (#22020) The tidy job isn't working because of branch protection. I'm testing forking-renovate instead. For now this configuration is just creating noise. --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 96892c32f0d82..5375b340ecb22 100644 --- a/renovate.json +++ b/renovate.json @@ -31,7 +31,7 @@ }, { "matchManagers": ["gomod"], - "matchUpdateTypes": ["minor", "major"] + "enabled": false } ], "ignoreDeps": [