mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2026-01-05 22:25:48 +01:00
12 lines
303 B
JSON
12 lines
303 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended", ":disableDependencyDashboard"],
|
|
"automerge": true,
|
|
"schedule": [
|
|
"before 9am on Saturday"
|
|
],
|
|
"lockFileMaintenance": {
|
|
"enabled": true,
|
|
"schedule": ["before 9am on Saturday"]
|
|
}
|
|
} |