From 9fb8a8f9d315c6242f254088f00bdabd9b18e6f8 Mon Sep 17 00:00:00 2001 From: Boshen Date: Mon, 20 Apr 2026 23:38:09 +0800 Subject: [PATCH] chore: add shared Renovate config --- .github/renovate.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..6eea32f --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["github>Boshen/renovate"] +}