From 3c90150edbe458c49fee0012096f30bc340af0af Mon Sep 17 00:00:00 2001 From: Jacob Date: Wed, 4 Dec 2024 06:46:29 -0700 Subject: [PATCH] Update renovate.json --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 39a2b6e9a..e78759c6d 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" - ] + ], + "ignoreDeps": ["app.cash.zipline:zipline-profiler", "app.cash.zipline:zipline-loader"] }