From 9f700159d39596285a4b936d452070a9de509d2b Mon Sep 17 00:00:00 2001 From: Evan <17254809+bigun27@users.noreply.github.com> Date: Fri, 3 Nov 2023 09:54:32 -0400 Subject: [PATCH] Add Renovate Bot support --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..726d79b --- /dev/null +++ b/renovate.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>renovate/renovate-config:default.json" + ], + "forkProcessing": "enabled" +} \ No newline at end of file