mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Rollup merge of #134071 - Kobzol:ci-renovatebot, r=MarcoIeni
Configure renovatebot This PR adds a basic Renovatebot configuration. We would mostly like to use the bot for updating lockfiles. First, I want to try out if the built-in lockFileMaintenance will work for that. I'm a bit skeptical, because it is not very configurable, but it's worth a try. I set the schedule for Tuesday, so that we can test what happens tomorrow. I also enabled the dependency dashboard, as I think it could be useful for us, to see a global state of our dependencies. r? ```@MarcoIeni```
This commit is contained in:
commit
79a824cdeb
14
.github/renovate.json5
vendored
Normal file
14
.github/renovate.json5
vendored
Normal file
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user