Files
outline-mcp/renovate.json
Timo Behrendt a4031e4357
All checks were successful
CI / Test (pull_request) Successful in 3m23s
ci(renovate): switch to shared configs
2026-02-14 22:53:04 +01:00

11 lines
290 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"
}
]
}