From dc017451573e5834ef4657bdfc19a18c19d19c6e Mon Sep 17 00:00:00 2001 From: Boshen Date: Thu, 23 Apr 2026 20:20:38 +0800 Subject: [PATCH] chore: add renovate preset --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 22a9943..6eea32f 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended"] + "extends": ["github>Boshen/renovate"] }