From c184704b30bd14f134f75367c0e91a48a15b4f48 Mon Sep 17 00:00:00 2001 From: Jan <42674570+omgitsjan@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:10:42 +0200 Subject: [PATCH] Fixed renovate.json --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7a0805c..bfedc57 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["@nuxtjs", ":dependencyDashboard"] + "extends": ["@nuxtjs", ":dependencyDashboard"], "timezone": "Europe/Berlin", "schedule": ["on the first sunday of the month at 10:00"], }