mirror of
https://github.com/datashard/snapshot.git
synced 2024-11-21 21:52:28 +00:00
17 lines
396 B
JSON
17 lines
396 B
JSON
{
|
|
"extends": ["config:base"],
|
|
"automerge": true,
|
|
"major": {
|
|
"automerge": false
|
|
},
|
|
"updateNotScheduled": false,
|
|
"timezone": "Europe/Berlin",
|
|
"schedule": ["every weekend"],
|
|
"lockFileMaintenance": {
|
|
"enabled": true
|
|
},
|
|
"separatePatchReleases": true,
|
|
"separateMultipleMajor": true,
|
|
"masterIssue": true,
|
|
"labels": ["type: dependencies", "renovate"]
|
|
}
|