Go back to GitHub workflows

This commit is contained in:
2025-07-07 05:14:13 +02:00
parent 2f6f74c82f
commit 1508147399
4 changed files with 22 additions and 48 deletions

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"
}