From e8e28cca2e11b9fa819b3ea00ac9b27cedf9de68 Mon Sep 17 00:00:00 2001 From: "woneill-renovatebot[bot]" <147286229+woneill-renovatebot[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 19:13:23 -0400 Subject: [PATCH] chore: Configure Renovate (#15) Co-authored-by: woneill-renovatebot[bot] <147286229+woneill-renovatebot[bot]@users.noreply.github.com> --- 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 0000000..f532e5e --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>woneill/.github:renovate-config" + ] +}