From acb64c371c1ec076c26d949c3c6d6abc4272fc24 Mon Sep 17 00:00:00 2001 From: Jimisola Laursen Date: Sun, 1 Mar 2026 11:33:47 +0100 Subject: [PATCH] chore(conf): add org Renovate config via extends --- renovate.json5 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 renovate.json5 diff --git a/renovate.json5 b/renovate.json5 new file mode 100644 index 0000000..caaf80c --- /dev/null +++ b/renovate.json5 @@ -0,0 +1,4 @@ +{ + extends: ["github>reqstool/.github//.github/renovate.json5"], +} +