From 1d8e6f7c442c470f9ff34f0e3cdbaadb579556e4 Mon Sep 17 00:00:00 2001 From: DaanSelen Date: Wed, 14 Jan 2026 11:05:53 +0100 Subject: [PATCH] chore: add upload artifact to ignore --- 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"] }