From 82f34ab397a7f32df775218971dc1ffdf57e5fa4 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Mon, 16 Dec 2024 12:58:52 +0800 Subject: [PATCH] feat(renovate): run on all my repos --- .renovaterc.json5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.renovaterc.json5 b/.renovaterc.json5 index 02316ea6..43bdb0aa 100644 --- a/.renovaterc.json5 +++ b/.renovaterc.json5 @@ -20,6 +20,8 @@ "security:openssf-scorecard", "helpers:pinGitHubActionDigests" ], + "onboarding": false, // run on all repos without needing config + "requireConfig": "optional", // run on all repos without needing config "dependencyDashboard": true, "dependencyDashboardTitle": "Renovate Dashboard 🤖", "suppressNotifications": ["prIgnoreNotification"],