mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
11 lines
156 B
JSON
11 lines
156 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"schedule": "after 3am on Tuesday",
|
|
"enabledManagers": ["cargo", "npm"],
|
|
"cargo": {
|
|
"enabled": true
|
|
}
|
|
}
|