Compare commits

...

2 Commits

Author SHA1 Message Date
renovate-bot bba75f4817 chore(deps): update dependency bun to v1.3.14
renovate/stability-days Updates have met minimum release age requirement
CI / Build check (pull_request) Successful in 34s
CI / Test (pull_request) Successful in 41s
2026-08-06 20:12:08 +00:00
t.behrendt ab2971f241 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>
2026-08-06 21:08:29 +02:00
2 changed files with 3 additions and 9 deletions
+1 -1
View File
@@ -1 +1 @@
1.3.6
1.3.14
+2 -8
View File
@@ -1,13 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>t.behrendt/renovate-configs:common",
"local>t.behrendt/renovate-configs:action"
],
"packageRules": [
{
"matchPackageNames": ["Bun", "oven/bun"],
"groupName": "bun version"
}
"local>t.behrendt/renovate-configs:action",
"local>t.behrendt/renovate-configs:bun-npm"
]
}