From f7b1e5804e0e2afe6b9dd6aa1dbe15bdc1dc7b5f Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sat, 22 Aug 2026 20:03:18 -0700 Subject: [PATCH] chore: standardize renovate configuration Aligns renovate.json with the config used by the majority of test-kitchen repos, adding :disableDependencyDashboard and schedule:automergeEarlyMondays. Co-Authored-By: Claude Opus 5 (1M context) --- renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 5db72dd..b65764b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended" + "config:recommended", + ":disableDependencyDashboard", + "schedule:automergeEarlyMondays" ] }