From 814b2d91720fc711e5b572bbb4295ad17d69d336 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 5 Jul 2024 15:49:03 +0300 Subject: [PATCH] .github/renovate.json5: cp to this branch in hopes of it fixing the warning about non-existing branch --- .github/renovate.json5 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/renovate.json5 diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 0000000..e71d344 --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,10 @@ +// SPDX-FileCopyrightText: 2024 Aminda Suomalainen +// +// SPDX-License-Identifier: CC0-1.0 + +/** @format */ + +{ + extends: ["local>Mikaela/shell-things:.renovate-shared"], + baseBranches: ["master", "lfs-media"], +}