Skip to content

Commit e9ce815

Browse files
Merge pull request #283 from projectsyn/template-sync
Update from component template
2 parents 5f3c433 + 9792e26 commit e9ce815

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.cruft.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/projectsyn/commodore-component-template.git",
3-
"commit": "7803d07f1d79fc8b902fcafbb336b6b0a4b57b90",
3+
"commit": "4dee01c35c15a4a8f6d6e18b0f1dcdcdbc61247f",
44
"checkout": "main",
55
"context": {
66
"cookiecutter": {
@@ -13,6 +13,8 @@
1313
"add_golden": "y",
1414
"add_matrix": "y",
1515
"add_go_unit": "y",
16+
"automerge_patch": "y",
17+
"automerge_patch_v0": "n",
1618
"copyright_holder": "VSHN AG <[email protected]>",
1719
"copyright_year": "2020",
1820
"github_owner": "projectsyn",

renovate.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,17 @@
1818
"labels": [
1919
"dependency"
2020
],
21-
"separateMinorPatch": true
21+
"separateMinorPatch": true,
22+
"packageRules": [
23+
{
24+
"matchUpdateTypes": ["patch"],
25+
"matchCurrentVersion": "!/^v?0\\./",
26+
"automerge": true,
27+
"platformAutomerge": false,
28+
"labels": [
29+
"dependency",
30+
"automerge"
31+
]
32+
}
33+
]
2234
}

0 commit comments

Comments
 (0)