From fd1fc7b2b41126ef0e80f8251d25e83dfc3b73cc Mon Sep 17 00:00:00 2001 From: iuuu-gitea Date: Mon, 18 May 2026 20:01:49 +0000 Subject: [PATCH] =?UTF-8?q?default.json=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 default.json diff --git a/default.json b/default.json new file mode 100644 index 0000000..6c2f241 --- /dev/null +++ b/default.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "description": "iuuu zentrale Renovate-Basiskonfiguration mit Security-Härtung", + "extends": ["config:recommended"], + "transitiveRemediation": true, + "osvVulnerabilityAlerts": true, + "vulnerabilityAlerts": { + "enabled": true, + "labels": ["security"], + "schedule": ["at any time"] + } +} \ No newline at end of file