From b2bd646a01a36edfdd8a2214e7e1bd8882c758c7 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Tue, 2 Jan 2024 09:58:53 -0600 Subject: [PATCH] renovate --- renovate.json => .github/renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename renovate.json => .github/renovate.json (65%) diff --git a/renovate.json b/.github/renovate.json similarity index 65% rename from renovate.json rename to .github/renovate.json index 5db72dd..158463d 100644 --- a/renovate.json +++ b/.github/renovate.json @@ -2,5 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" - ] + ], + "dependencyDashboard": false, + "automerge": true }