From b42d5bf1133ce43d13ea72620b040721800ca6b1 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 4 Aug 2022 12:38:10 +0300 Subject: [PATCH] fix: ignore until coop-cloud/organising#336 is fixed [ci skip] See https://git.coopcloud.tech/coop-cloud/organising/issues/336 --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60b..83a80a56 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,6 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "ignoreDeps": [ + "github.com/urfave/cli" + ] }