From 93b3ad500eec7b0e58174a39f29f787145160e56 Mon Sep 17 00:00:00 2001 From: Upgrade Automation Date: Fri, 16 Feb 2024 12:37:52 +0000 Subject: [PATCH] Add renovate.json --- renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..1d81361 --- /dev/null +++ b/renovate.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:best-practices", + ":disableRateLimiting", + ":disableDependencyDashboard" + ] +}