From 21d1734c1897bddada5b898b41d38c8debc67385 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 12 Aug 2022 14:05:35 +0000 Subject: [PATCH] Add .github/renovate.json --- .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..c29c01e --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>pleo-io/renovate-config" + ] +}