From 8321b7b847bc1075670f247655c695363bf2349d Mon Sep 17 00:00:00 2001 From: nyyu Date: Mon, 29 Apr 2024 12:21:13 +0200 Subject: [PATCH] chore(ci): renovate conf --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60..3207e63 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,4 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:recommended", ":dependencyDashboard"] }