From 998952ac6421a900abe05f0b45a37a2b042c3932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20B=C3=A4r?= <31614380+elbaer@users.noreply.github.com> Date: Thu, 19 May 2022 11:53:23 +0200 Subject: [PATCH] exlude jenkins vom renovate bot * until issue https://github.com/puzzle/jenkins-techlab/issues/252 is solved --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index c5193c3..9abc3df 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,5 @@ "extends": [ "github>acend/hugo-training-template" ], - "ignoreDeps": ["mongo", "rocketchat/rocket.chat"] + "ignoreDeps": ["mongo", "rocketchat/rocket.chat", "jenkins/jenkins"] }