diff --git a/.cruft.json b/.cruft.json index 0aee858..0e223a4 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/projectsyn/commodore-component-template.git", - "commit": "8f2273cd8ab13c55eb0f6dd621c70c4c9e4786fd", + "commit": "7e46facc758385bc32eeecab92b4639c66fd4e4f", "checkout": "main", "context": { "cookiecutter": { @@ -14,10 +14,10 @@ "add_matrix": "y", "add_go_unit": "n", "automerge_patch": "y", - "automerge_patch_v0": "n", + "automerge_patch_v0": "y", "automerge_patch_regexp_blocklist": "", "automerge_patch_v0_regexp_allowlist": "", - "automerge_minor_regexp_allowlist": "", + "automerge_minor_regexp_allowlist": ".*", "auto_release": "y", "copyright_holder": "VSHN AG ", "copyright_year": "2021", @@ -25,7 +25,7 @@ "github_name": "component-control-api", "github_url": "https://github.com/appuio/component-control-api", "_template": "https://github.com/projectsyn/commodore-component-template.git", - "_commit": "8f2273cd8ab13c55eb0f6dd621c70c4c9e4786fd" + "_commit": "7e46facc758385bc32eeecab92b4639c66fd4e4f" } }, "directory": null diff --git a/renovate.json b/renovate.json index f2e1d67..a5135b4 100644 --- a/renovate.json +++ b/renovate.json @@ -29,7 +29,6 @@ "patch", "digest" ], - "matchCurrentVersion": "!/^v?0\\./", "automerge": true, "platformAutomerge": false, "labels": [ @@ -37,6 +36,21 @@ "automerge", "bump:patch" ] + }, + { + "matchUpdateTypes": [ + "minor" + ], + "automerge": true, + "platformAutomerge": false, + "labels": [ + "dependency", + "automerge", + "bump:minor" + ], + "matchPackagePatterns": [ + ".*" + ] } ] }