From 5855471fb5c3e0c64bbf6d382a38d6b421dd6654 Mon Sep 17 00:00:00 2001 From: Taiga Date: Tue, 27 May 2025 12:57:43 +0400 Subject: [PATCH 1/2] chore: add Renovate config --- .github/renovate.json | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 00000000..2619871c --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,2 @@ +extends: +- github>ssvlabs/shared-configs//renovate/renovate.json From a6ed0fa2ef6f490470a4c8be3f7b45dca735bd94 Mon Sep 17 00:00:00 2001 From: Taiga <125817027+zktaiga@users.noreply.github.com> Date: Tue, 27 May 2025 13:01:51 +0400 Subject: [PATCH 2/2] Update .github/renovate.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/renovate.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 2619871c..46ac7d74 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,2 +1,5 @@ -extends: -- github>ssvlabs/shared-configs//renovate/renovate.json +{ + "extends": [ + "github>ssvlabs/shared-configs//renovate/renovate.json" + ] +}