From 16ca7e88cccee58fd717bad90c5026d2f276c039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sat, 12 Jul 2025 23:26:12 +0200 Subject: [PATCH] Add Renovate configuration for automated dependency management --- .github/workflows/renovate.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/renovate.json diff --git a/.github/workflows/renovate.json b/.github/workflows/renovate.json new file mode 100644 index 0000000..c00d84c --- /dev/null +++ b/.github/workflows/renovate.json @@ -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" +} \ No newline at end of file