From 6b08a48463a1e1809473c4ae7fdb30b37970b62b Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Tue, 7 Jul 2026 18:17:03 +0200 Subject: [PATCH] ci(renovate): add npm config (#91) Reviewed-on: https://gitea.t000-n.de/t.behrendt/renovate-configs/pulls/91 Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index f275018..4abd048 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>t.behrendt/renovate-configs:action"] + "extends": [ + "local>t.behrendt/renovate-configs:action", + "local>t.behrendt/renovate-configs:bun-npm" + ] }