From cdee7012062a6a1fa92a0e927081576b2a859a2f Mon Sep 17 00:00:00 2001 From: l3uddz Date: Sun, 14 Jun 2020 10:38:13 +0100 Subject: [PATCH] change(renovate): ignore semver will revise when resolved: https://github.com/rhysd/go-github-selfupdate/issues/31 --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renovate.json b/renovate.json index 2b3ca9a..36a74ba 100644 --- a/renovate.json +++ b/renovate.json @@ -7,5 +7,8 @@ ], "postUpdateOptions": [ "gomodTidy" + ], + "ignoreDeps": [ + "semver" ] }