From e4e99c7f98055cdba54bd675d65611bf55c1f010 Mon Sep 17 00:00:00 2001 From: Carlos Precioso Date: Wed, 31 Jul 2024 14:56:17 +0200 Subject: [PATCH] ci: add renovate --- .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..5db72dd --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +}