Configure renovatebot

This commit is contained in:
Jakub Beránek 2024-12-09 12:07:11 +01:00
parent f6cb952dc1
commit 4f14890394
No known key found for this signature in database
GPG key ID: 909CD0D26483516B

14
.github/renovate.json5 vendored Normal file
View 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"
]
}
}