From 654ec143105697bef9ae439130e8b3a6caca4c5b Mon Sep 17 00:00:00 2001 From: Jonas L Date: Thu, 12 Oct 2023 10:16:48 +0200 Subject: [PATCH] chore: update renovate bot config (#355) --- renovate.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/renovate.json b/renovate.json index ebf12a1..94c5bd1 100644 --- a/renovate.json +++ b/renovate.json @@ -1,12 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base", - ":enablePreCommit", - - ":semanticCommitTypeAll(deps)", - ":semanticCommitScopeDisabled" - ], + "extends": ["github>hetznercloud/.github//renovate/default"], "regexManagers": [ { "fileMatch": ["^scripts/vendor.py$"],