tauri/renovate.json
Jacob Bolda d0ac6c7a45 schedule renovate to tone down noisiness (#122)
Also, there is a running theory that Tuesday is a good day for upgrades.
2019-12-01 13:25:40 +01:00

11 lines
156 B
JSON

{
"extends": [
"config:base"
],
"schedule": "after 3am on Tuesday",
"enabledManagers": ["cargo", "npm"],
"cargo": {
"enabled": true
}
}