Skip to content

Commit

Permalink
Configure renovatebot
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Dec 9, 2024
1 parent f6cb952 commit 4f14890
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -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"
]
}
}

0 comments on commit 4f14890

Please sign in to comment.