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