From 597a8bb046408b716ce003a99e68d9309a3ea972 Mon Sep 17 00:00:00 2001 From: Pion <59523206+pionbot@users.noreply.github.com> Date: Tue, 16 Nov 2021 03:09:02 +0000 Subject: [PATCH] Update CI configs to v0.6.0 Update lint scripts and CI configs. --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 08c1e39..f161405 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { "extends": [ - "config:base" + "config:base", + ":disableDependencyDashboard" ], "postUpdateOptions": [ "gomodTidy"