From bad276d88d3f6d8e5298296a79594a8516020287 Mon Sep 17 00:00:00 2001 From: logica0419 <84759675+logica0419@users.noreply.github.com> Date: Sun, 14 Jan 2024 01:05:42 +0900 Subject: [PATCH] fix gomod update options --- .github/renovate/gomod.json5 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/renovate/gomod.json5 b/.github/renovate/gomod.json5 index 75c19d840..83050bd4b 100644 --- a/.github/renovate/gomod.json5 +++ b/.github/renovate/gomod.json5 @@ -1,9 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "packageRules": [ - { - "matchManagers": ["gomod"], - "postUpdateOptions": ["gomodTidy", "gomodMassage"] - } - ] + "postUpdateOptions": ["gomodTidy", "gomodMassage"] }