From ba9c31ab924e47f5d2c6ae74e13f0c6e671a3c54 Mon Sep 17 00:00:00 2001 From: CodesphereBot Date: Thu, 21 May 2026 14:11:43 +0000 Subject: [PATCH 1/2] chore(deps): add renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..eabd134 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>codesphere-cloud/renovate-config" + ] +} From 88cc4872ce0298a2b0cff84ca469373848ce33b2 Mon Sep 17 00:00:00 2001 From: Kevin Date: Thu, 21 May 2026 16:26:54 +0200 Subject: [PATCH 2/2] chore(renovate): adjust renovate.json to codesphere preset --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index eabd134..2da1a1b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>codesphere-cloud/renovate-config" + "github>codesphere-cloud/renovate-config" ] }