From 8c310ae3731584e7a20a037314de1aa96a91ba9c Mon Sep 17 00:00:00 2001 From: Thomas Deinhamer Date: Sun, 4 Aug 2024 20:24:09 +0200 Subject: [PATCH] Update renovate configuration --- renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 60b9d3c..5a530f3 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended"], - "assigneesFromCodeOwners": true + "extends": ["github>somehow-digital/renovate-config"] }