From 4562b12fdcf131545d964b430c6ce36e2504c0fd Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 7 Feb 2025 12:21:16 +0200 Subject: [PATCH] chore: add renovate config --- .github/renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 0000000..f02f654 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>ivuorinen/renovate-config" + ] +}