chore(renovate): enable schedule (#172)

This commit is contained in:
Marco Pasqualetti
2024-11-27 15:33:14 +01:00
committed by GitHub
parent 1f92931076
commit c387a9e17e
+2 -1
View File
@@ -1,5 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"ignorePaths": ["**/benches/**"]
"ignorePaths": ["**/benches/**"],
"schedule": ["every 2 weeks on monday"]
}