From 0e4f439ba393cdbf6713c8a6a8bf50b6e705e646 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Sat, 22 Nov 2025 02:32:29 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20aktualisiere=20das=20Schema=20und=20f?= =?UTF-8?q?=C3=BCge=20Paketregeln=20in=20renovate.json=20hinzu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60..3996756 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,13 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "packageRules": [ + { + "packageNames": [ + "@actions/artifact", + "upload-artifact", + "download-artifact" + ], + "enabled": false + } + ] }