From 98411c38f0cccf52cca6e28cb2eb458ac049dcfa Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 5 Jul 2024 14:33:58 +0300 Subject: [PATCH] add .github/renovate.json5 reading from shell-things --- .github/renovate.json5 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/renovate.json5 diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 0000000..4bd3315 --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,5 @@ +/** @format */ + +{ + extends: ["local>Mikaela/shell-things:.renovate-shared"], +}