From 7a776a6bfd54e65c745dab02db15f673ca14f898 Mon Sep 17 00:00:00 2001
From: simu <simu@users.noreply.github.com>
Date: Thu, 6 Jun 2024 08:06:10 +0000
Subject: [PATCH] Update from template

Template version: main (073a838)
---
 .cruft.json   |  4 +++-
 renovate.json | 14 +++++++++++++-
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/.cruft.json b/.cruft.json
index b4aa453..b428f3f 100644
--- a/.cruft.json
+++ b/.cruft.json
@@ -1,6 +1,6 @@
 {
   "template": "https://github.com/projectsyn/commodore-component-template.git",
-  "commit": "a4aff6a9d004c1aad085a875c7759c8f8f1e0d3d",
+  "commit": "073a838986e0d4a0af14095c5983d06faa9cd8fc",
   "checkout": "main",
   "context": {
     "cookiecutter": {
@@ -13,6 +13,8 @@
       "add_golden": "y",
       "add_matrix": "y",
       "add_go_unit": "n",
+      "automerge_patch": "y",
+      "automerge_patch_v0": "n",
       "copyright_holder": "VSHN AG <info@vshn.ch>",
       "copyright_year": "2021",
       "github_owner": "appuio",
diff --git a/renovate.json b/renovate.json
index e174b12..d07ecc6 100644
--- a/renovate.json
+++ b/renovate.json
@@ -18,5 +18,17 @@
   "labels": [
     "dependency"
   ],
-  "separateMinorPatch": true
+  "separateMinorPatch": true,
+  "packageRules": [
+    {
+      "matchUpdateTypes": ["patch"],
+      "matchCurrentVersion": "!/^v?0\\./",
+      "automerge": true,
+      "platformAutomerge": false,
+      "labels": [
+        "dependency",
+        "automerge"
+      ]
+    }
+  ]
 }