From 5587998aef7e8b71e983fb383778d98836aa7521 Mon Sep 17 00:00:00 2001 From: Christopher Date: Thu, 14 Dec 2023 19:22:40 -0600 Subject: [PATCH] Update stabilityDays in renovate.json --- renovate.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 5db72dd..18b385a 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ] + "extends": ["config:recommended"], + "stabilityDays": 3 }