Files
tuono/renovate.json
T

7 lines
185 B
JSON
Raw Normal View History

2024-10-12 12:29:14 +02:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
2024-11-27 15:33:14 +01:00
"ignorePaths": ["**/benches/**"],
"schedule": ["every 2 weeks on monday"]
2024-10-12 12:29:14 +02:00
}