From 23b3f3645c09b16ddd02403297c446cc22b615d4 Mon Sep 17 00:00:00 2001 From: David Sauer Date: Sun, 23 May 2021 12:00:00 +0200 Subject: [PATCH] improved renovate config --- renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/renovate.json b/renovate.json index f45d8f11..0e1ba180 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,14 @@ { + "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" + ], + "postUpdateOptions": [ + "gomodTidy", + "gomodUpdateImportPaths" + ], + "prHourlyLimit": 0, + "labels": [ + "renovate-bot" ] }