Skip to content

Commit

Permalink
Update from template
Browse files Browse the repository at this point in the history
Template version: main (6bc56bd)
  • Loading branch information
simu committed Jun 7, 2024
1 parent 1c162e3 commit f52a14e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/projectsyn/commodore-component-template.git",
"commit": "4dee01c35c15a4a8f6d6e18b0f1dcdcdbc61247f",
"commit": "6bc56bd435b498bc10f3e3c3254d2b71ffcdfdb0",
"checkout": "main",
"context": {
"cookiecutter": {
Expand All @@ -15,6 +15,8 @@
"add_go_unit": "n",
"automerge_patch": "y",
"automerge_patch_v0": "n",
"automerge_patch_regexp_blocklist": "",
"automerge_patch_v0_regexp_allowlist": "",
"copyright_holder": "VSHN AG <[email protected]>",
"copyright_year": "2021",
"github_owner": "projectsyn",
Expand Down
4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
"separateMinorPatch": true,
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"matchUpdateTypes": [
"patch"
],
"matchCurrentVersion": "!/^v?0\\./",
"automerge": true,
"platformAutomerge": false,
Expand Down

0 comments on commit f52a14e

Please sign in to comment.