From 325069f7b5885338b7fc2dd7a88886236e969713 Mon Sep 17 00:00:00 2001 From: cswimr Date: Fri, 27 Dec 2024 15:06:07 -0500 Subject: [PATCH] Update config.js --- config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.js b/config.js index 0401947..dedb38f 100644 --- a/config.js +++ b/config.js @@ -5,4 +5,10 @@ module.exports = { "autodiscover": true, "autodiscoverTopics": ["renovate"], "optimizeForDisabled": true, + "onboardingConfig": { + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>CoastalCommits/renovate-config" + ] + } }; \ No newline at end of file