From d9f9bbb1c95f04e232c9695787b2b7dad0e80cef Mon Sep 17 00:00:00 2001 From: cdiener Date: Mon, 10 Aug 2026 17:18:20 +0200 Subject: [PATCH] fix: seperate k8s renovate config --- renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index c2a32c9..a1c1d9b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,8 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "github>bettermarks/renovate-config:javascript", - "github>bettermarks/renovate-config:python" + "github>bettermarks/renovate-config:python-k8s" ], "constraints": { "python": "==3.11"