chore: bundle bun renovate updates for Docker base image and bun version file #38

Merged
t.behrendt merged 1 commits from chore-bundle-bun-renovate-updates into main 2025-05-04 18:19:14 +02:00

View File

@@ -1,3 +1,9 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json" "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchPackageNames": ["Bun", "oven/bun"],
"groupName": "bun version update"
}
]
} }