Configure renovatebot
This commit is contained in:
parent
f6cb952dc1
commit
4f14890394
1 changed files with 14 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue