chore: only renovate on weekends (#52611)

This commit is contained in:
Oliver Eyton-Williams
2023-12-19 19:18:12 +01:00
committed by GitHub
parent 3e412f51f8
commit f44e4a6b93

View File

@@ -36,5 +36,6 @@
"automerge": false
}
],
"ignorePaths": ["api-server"]
"ignorePaths": ["api-server"],
"schedule": ["every weekend"]
}