ci(renovate): add npm config (#91)
CD / Release (push) Successful in 6s

Reviewed-on: #91
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #91.
This commit is contained in:
2026-07-07 18:17:03 +02:00
committed by t.behrendt
parent a1ef9ead12
commit 6b08a48463
+4 -1
View File
@@ -1,4 +1,7 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$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"
]
} }