From 283c66797bfb003e092c5aa538976af63c658753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 23 Sep 2025 22:24:42 +0200 Subject: [PATCH] fix: Add dashboard and ignore attic/boostrap --- renovate.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 15837bb6..54510d66 100644 --- a/renovate.json +++ b/renovate.json @@ -1,13 +1,19 @@ +// -*- mode: jsonc -*- { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - ":semanticCommitsDisabled", + ":dependencyDashboard" "group:allNonMajor:", "schedule:weekly" ], + "semanticCommits": "disabled", "lockFileMaintenance": { "extends": [ "group:allNonMajor" ] - } + }, + "ignorePaths": [ + "attic/" + "bootstrap/" + ], }