Files
ts3gotify/renovate.json
Timo Behrendt 0e6e7c12ef
All checks were successful
CI / Test (pull_request) Successful in 18s
ci(renovate): switch to shared configs
2025-11-15 20:47:40 +01:00

14 lines
302 B
JSON

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