From eba4065c6f32fe5671ae256c531c2a9949d5388b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 20 Oct 2024 02:02:40 +0000 Subject: [PATCH] chore: add .renovaterc.json --- .renovaterc.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .renovaterc.json diff --git a/.renovaterc.json b/.renovaterc.json new file mode 100644 index 0000000..ff27ef5 --- /dev/null +++ b/.renovaterc.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>infrastructure/renovate-config" + ] +}