From 5b913c9fbb96255a2bf9c7b8ed42ffee3305b57d Mon Sep 17 00:00:00 2001 From: DaanSelen Date: Wed, 14 Jan 2026 11:05:37 +0100 Subject: [PATCH] chore: ignore upload artifact --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60..7689c67 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", + "ignoreDeps": ["actions/upload-artifact"] }