diff --git a/.cruft.json b/.cruft.json index c5d3fcb..361ba0b 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/projectsyn/commodore-component-template.git", - "commit": "510ba6d206ce42b9fe71629cd3939d6042ee115c", + "commit": "8840f87d25d97ce0d4bfed75d40173caaf4100fc", "checkout": "main", "context": { "cookiecutter": { diff --git a/renovate.json b/renovate.json index a5b0040..2fd627c 100644 --- a/renovate.json +++ b/renovate.json @@ -26,7 +26,8 @@ "packageRules": [ { "matchUpdateTypes": [ - "patch" + "patch", + "digest" ], "matchCurrentVersion": "!/^v?0\\./", "automerge": true,