ci(renovate): switch to shared bun-npm config (#162)

Reviewed-on: #162
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 #162.
This commit is contained in:
2026-08-06 21:08:29 +02:00
committed by t.behrendt
parent f97bed4bb9
commit ab2971f241
+2 -8
View File
@@ -1,13 +1,7 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"local>t.behrendt/renovate-configs:common", "local>t.behrendt/renovate-configs:action",
"local>t.behrendt/renovate-configs:action" "local>t.behrendt/renovate-configs:bun-npm"
],
"packageRules": [
{
"matchPackageNames": ["Bun", "oven/bun"],
"groupName": "bun version"
}
] ]
} }