From 5667a5d988cda95f9de5770a0bb81df809038b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20H=C3=B6sel?= Date: Fri, 7 Jun 2024 19:04:23 +0200 Subject: [PATCH] fix renovate preset import --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 6d4db2d7..8f997ad8 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,6 +1,6 @@ { "extends": [ - "github>maxhoesel-ansible/.github:renovate-config" + "github>maxhoesel-ansible/.github:renovate-config.json5" ], "pip-compile": { "fileMatch": ["^requirements\\.txt$"]