Skip to content

Commit

Permalink
Update from template
Browse files Browse the repository at this point in the history
Template version: main (6bd83e1)
  • Loading branch information
HappyTetrahedron committed May 24, 2024
1 parent 5f3c433 commit 6268140
Show file tree
Hide file tree
Showing 2 changed files with 22 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": "7803d07f1d79fc8b902fcafbb336b6b0a4b57b90",
"commit": "6bd83e12383476441856f32aeecd2224f5e5bf61",
"checkout": "main",
"context": {
"cookiecutter": {
Expand All @@ -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 <[email protected]>",
"copyright_year": "2020",
"github_owner": "projectsyn",
Expand Down
20 changes: 19 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,23 @@
"labels": [
"dependency"
],
"separateMinorPatch": true
"separateMinorPatch": true,
"packageRules": [

{
"matchUpdateTypes": ["patch"],

"matchCurrentVersion": "!/^v?0\\./",

"automerge": true,

"platformAutomerge": false,
"labels": [
"dependency",
"automerge"
]
}


]
}

0 comments on commit 6268140

Please sign in to comment.