diff --git a/dev-requirements.txt b/dev-requirements.txt
index 24cc7d3117221204e833e57a00d1b134e36dbb66..decfb5c34b94c3b5be6417cbac3f3d9bd1e29d85 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -1,3 +1,3 @@
 pytest==8.3.4
-ruff==0.9.3
+ruff==0.9.4
 pre-commit==4.1.0
diff --git a/renovate.json b/renovate.json
index 5db72dd6a94fc07d18b0e6c0cf76e67ce982f1f9..1b5edb9fd8a40cf141e158f23c1a5c8ff7535469 100644
--- a/renovate.json
+++ b/renovate.json
@@ -1,6 +1,21 @@
 {
   "$schema": "https://docs.renovatebot.com/renovate-schema.json",
   "extends": [
-    "config:recommended"
+    "config:recommended",
+    ":configMigration",
+    ":label('renovatebot')",
+    ":enableVulnerabilityAlertsWithLabel('renovatebot/security')",
+    ":semanticCommits",
+    ":automergePatch",
+    ":automergeTesters",
+    ":automergeLinters"
+  ],
+  "packageRules": [
+    {
+      "matchSourceUrls": [
+        "https://github.com/hashicorp/terraform"
+      ],
+      "groupName": "terraform"
+    }
   ]
 }
diff --git a/terraform/environments/function.tf b/terraform/environments/function.tf
index dd31d95161ad2180e236d367cf78eb2401ccf57d..da269c73015fcb785fff1ca7977ab133cfc166da 100644
--- a/terraform/environments/function.tf
+++ b/terraform/environments/function.tf
@@ -32,7 +32,7 @@ resource "google_cloudfunctions2_function" "holi-search-integration" {
 
   service_config {
     max_instance_count               = 1
-    min_instance_count               = local.environment_name == "production" ? 1 : 0
+    min_instance_count               = 0
     available_memory                 = "200Mi"
     timeout_seconds                  = 120
     available_cpu                    = 1