Add Renovate configuration

This commit is contained in:
Joakim Hellsén 2026-01-09 20:43:20 +01:00
commit 353d14d66a
No known key found for this signature in database

11
.github/renovate.json vendored Normal file
View file

@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"automerge": true,
"configMigration": true,
"dependencyDashboard": false,
"osvVulnerabilityAlerts": true,
"timezone": "Europe/Stockholm"
}