Files
outline-mcp/renovate.json
Timo Behrendt fcaff53fb4
Some checks failed
CI / Test (pull_request) Failing after 1m25s
bit of ci
2025-07-15 19:30:52 +02:00

10 lines
187 B
JSON

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