From 4728aa08c74c907c4d9908facca370f48f3d7bd9 Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Fri, 27 Jun 2025 11:35:00 +0200 Subject: [PATCH] chore: fix renovate preset location --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 270f937..3c38c19 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>infrastructure/renovate-config", ":reviewer(stephan.schnabel)"] , + "extends": ["local>kokuwaio/renovate-config", ":reviewer(stephan.schnabel)"] , "packageRules": [ { "description": "Renovate should only update its major version because of pull policy Always.",