mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-29 19:04:21 +01:00
19 lines
357 B
Plaintext
19 lines
357 B
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
":disableDependencyDashboard"
|
|
],
|
|
"automerge": true,
|
|
"automergeType": "branch",
|
|
"schedule": [
|
|
"before 3am on Saturday"
|
|
],
|
|
"lockFileMaintenance": {
|
|
"enabled": true,
|
|
"schedule": [
|
|
"before 3am on Saturday"
|
|
]
|
|
}
|
|
}
|