diff --git a/.github/renovate.json b/.github/renovate.json
new file mode 100644
index 0000000..e3b8653
--- /dev/null
+++ b/.github/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"
+}