Files
ts3gotify/renovate.json
Timo Behrendt 019f5792f8
All checks were successful
CI / Test (pull_request) Successful in 1m20s
chore: bundle bun renovate updates for Docker base image and bun version file
2025-05-04 18:18:36 +02:00

10 lines
194 B
JSON

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