From f5cc969f93dd52d436380aa3909fff17dbd399d2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 22 Dec 2023 02:01:31 +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" + ] +}