mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-26 13:01:27 +03:00
Configure renovatebot
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
// Let Renovatebot keep an opened issue that tracks our dependencies
|
||||
"dependencyDashboard": true,
|
||||
// Disable "normal" package updates
|
||||
"enabledManagers": [],
|
||||
// Update lockfiles once per week
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
"schedule": [
|
||||
"before 5am on Tuesday"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user