From 8494545d980ec40bcb64a71a5e7efe60bfa91026 Mon Sep 17 00:00:00 2001 From: Alexander Nachtmann Date: Mon, 18 May 2026 02:20:45 +0200 Subject: [PATCH] chore: fix Renovate preset reference --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index fa93d81..9085d22 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>O-ANcppLua/renovate-config"], + "extends": ["github>ANcpLua/renovate-config"], "packageRules": [ { "description": "Block self-bumps — Analyzers does not auto-bump its own published packages (and Dummy.* are local test samples)", @@ -8,4 +8,4 @@ "enabled": false } ] -} \ No newline at end of file +}