From a30ce29710f5b4e2c23f8c32a1cfcad64958a911 Mon Sep 17 00:00:00 2001 From: Boshen Date: Mon, 20 Apr 2026 23:37:52 +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 00000000..6eea32fd --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,4 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["github>Boshen/renovate"] +}