From c886bf9788456b998f5b454bd60a2c73c331f8cf Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Sat, 20 Jul 2024 09:24:16 -0400 Subject: [PATCH] Add renovate config --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..1927fea7 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ] +} \ No newline at end of file