From 115380571d44fd8a645db5d31a43de1c15e54a6f Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 5 Jul 2024 15:55:00 +0300 Subject: [PATCH] .github/renovate.json5: see what happens if this file is created on a messy repo like this --- .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"], +}