From b2860f7b12add62e19d79871af5bac17f562f668 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sat, 29 Mar 2025 09:04:24 +0000 Subject: [PATCH] Update renovate.json --- renovate.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 7190a60..412d61b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,8 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" -} + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + ":automergeAll", + ":enableVulnerabilityAlerts", + ":ignoreUnstable" + ] +} \ No newline at end of file