From b0765d9ebe4a6afc3be26d2ab841789a9eed3cba Mon Sep 17 00:00:00 2001 From: Reiner Schinkoethe Date: Thu, 16 Jan 2025 15:25:25 +0100 Subject: [PATCH] try extends with https link --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index f29d060..3fcf3d5 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>simatic-ax/renovate-config/Optional-configs/Pull-Request-settings.json" + "https://github.com/simatic-ax/renovate-config/blob/chore/set_up_renovate/Optional-configs/Pull-Request-settings.json" ] }