1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00
unleash.unleash/renovate.json
2025-03-10 11:17:48 +00:00

22 lines
577 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"timezone": "Europe/Madrid",
"schedule": ["after 7pm every weekday", "before 5am every weekday"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchPackageNames": ["*"],
"automerge": true,
"minimumReleaseAge": "7 days",
"internalChecksFilter": "strict"
}
],
"ignoreDeps": [
"react-router-dom",
"docusaurus-plugin-openapi-docs",
"docusaurus-theme-openapi-docs"
],
"labels": ["dependencies"]
}