chore: bundle bun renovate updates for Docker base image and bun version file
All checks were successful
CI / Test (pull_request) Successful in 1m20s

This commit is contained in:
2025-05-04 18:18:36 +02:00
parent 4d4cd41b7d
commit 019f5792f8

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"
}
]
} }