Activate .gitea workflow

This commit is contained in:
2025-07-07 04:57:19 +02:00
parent 59edb2a41f
commit 2f6f74c82f
4 changed files with 4 additions and 12 deletions

11
.gitea/renovate.json 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"
}