From 30d391ac4e5b0205a707597e374ebd92254fe2e7 Mon Sep 17 00:00:00 2001 From: Taiga Date: Tue, 27 May 2025 13:07:08 +0400 Subject: [PATCH] chore: add Renovate config --- .github/renovate.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..087a33b --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,5 @@ +{ + "extends": [ + "github>ssvlabs/shared-configs//renovate/renovate.json" + ] +} \ No newline at end of file