Add Renovate configuration for automated dependency management

This commit is contained in:
2025-07-12 23:26:12 +02:00
parent f85ffbcae6
commit 16ca7e88cc

11
.github/workflows/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"
}