From 4eb8b68471ba7d2d20706ef45946557f12201d6f Mon Sep 17 00:00:00 2001 From: simu Date: Thu, 9 Nov 2023 12:51:31 +0000 Subject: [PATCH] Update from template Template version: main (8a2e780) --- .cruft.json | 2 +- renovate.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.cruft.json b/.cruft.json index 7b24c23..a87cf5c 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/projectsyn/commodore-component-template.git", - "commit": "d8afca0d957d69b362c2cb45e3f6faa13662dfe2", + "commit": "8a2e7800ac2d62a4827968ce108f4d7b9bfd587f", "checkout": "main", "context": { "cookiecutter": { diff --git a/renovate.json b/renovate.json index 0cdde1a..e174b12 100644 --- a/renovate.json +++ b/renovate.json @@ -17,5 +17,6 @@ "suppressNotifications": [ "artifactErrors" ], "labels": [ "dependency" - ] + ], + "separateMinorPatch": true }