diff --git a/.cruft.json b/.cruft.json index 54a732d3..1c2f9c95 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/projectsyn/commodore-component-template.git", - "commit": "7803d07f1d79fc8b902fcafbb336b6b0a4b57b90", + "commit": "6bd83e12383476441856f32aeecd2224f5e5bf61", "checkout": "main", "context": { "cookiecutter": { @@ -13,6 +13,8 @@ "add_golden": "y", "add_matrix": "y", "add_go_unit": "y", + "automerge_patch": "y", + "automerge_patch_v0": "n", "copyright_holder": "VSHN AG ", "copyright_year": "2020", "github_owner": "projectsyn", diff --git a/renovate.json b/renovate.json index e174b12e..29253ded 100644 --- a/renovate.json +++ b/renovate.json @@ -18,5 +18,23 @@ "labels": [ "dependency" ], - "separateMinorPatch": true + "separateMinorPatch": true, + "packageRules": [ + + { + "matchUpdateTypes": ["patch"], + + "matchCurrentVersion": "!/^v?0\\./", + + "automerge": true, + + "platformAutomerge": false, + "labels": [ + "dependency", + "automerge" + ] + } + + + ] }