mirror of
https://github.com/tauri-apps/create-tauri-app.git
synced 2026-01-31 00:45:16 +01:00
11 lines
224 B
JSON
11 lines
224 B
JSON
{
|
|
"extends": ["config:base", ":disableDependencyDashboard"],
|
|
"packageRules": [
|
|
{
|
|
"matchPaths": ["packages/cli/fragments/**"],
|
|
"rangeStrategy": "replace",
|
|
"extends": ["schedule:monthly"]
|
|
}
|
|
]
|
|
}
|