mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-04 17:18:56 +03:00
d0ac6c7a45
Also, there is a running theory that Tuesday is a good day for upgrades.
11 lines
156 B
JSON
11 lines
156 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"schedule": "after 3am on Tuesday",
|
|
"enabledManagers": ["cargo", "npm"],
|
|
"cargo": {
|
|
"enabled": true
|
|
}
|
|
}
|