File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"template" : " https://github.com/projectsyn/commodore-component-template.git" ,
3
- "commit" : " 7803d07f1d79fc8b902fcafbb336b6b0a4b57b90 " ,
3
+ "commit" : " 4dee01c35c15a4a8f6d6e18b0f1dcdcdbc61247f " ,
4
4
"checkout" : " main" ,
5
5
"context" : {
6
6
"cookiecutter" : {
13
13
"add_golden" : " y" ,
14
14
"add_matrix" : " y" ,
15
15
"add_go_unit" : " y" ,
16
+ "automerge_patch" : " y" ,
17
+ "automerge_patch_v0" : " n" ,
16
18
"copyright_holder" :
" VSHN AG <[email protected] >" ,
17
19
"copyright_year" : " 2020" ,
18
20
"github_owner" : " projectsyn" ,
Original file line number Diff line number Diff line change 18
18
"labels" : [
19
19
" dependency"
20
20
],
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
+ ]
22
34
}
You can’t perform that action at this time.
0 commit comments