mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 14:14:13 +01:00
15 lines
319 B
Plaintext
15 lines
319 B
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
":disableDependencyDashboard"
|
|
],
|
|
"automerge": true,
|
|
"automergeType": "branch",
|
|
"schedule": [ "* * * * 0,6" ],
|
|
"lockFileMaintenance": {
|
|
"enabled": true,
|
|
"schedule": [ "* * * * 0,6" ]
|
|
}
|
|
}
|