From 0b1dfd76fbc2fd3c10cace4a237d5b7c4e96f7c3 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Sun, 11 Feb 2024 10:58:40 +0100 Subject: [PATCH] shush renovate --- renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60..fa040fd 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,7 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "dependencyDashboard": true, + "ignorePaths": [ + "package.json" + ] }