File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 with :
1111 fetch-depth : 0
1212 show-progress : false
13- - uses : gittools/actions/gitversion/setup@v3.1 .1
13+ - uses : gittools/actions/gitversion/setup@v3.2 .1
1414 with :
1515 versionSpec : ' 5.12.x'
16- - uses : gittools/actions/gitversion/execute@v3.1 .1
16+ - uses : gittools/actions/gitversion/execute@v3.2 .1
1717 id : gitversion
1818 - if : github.ref_type != 'tag'
1919 run : npm version --no-git-tag-version ${{steps.gitversion.outputs.nuGetVersion}}-${{steps.gitversion.outputs.shortSha}}
Original file line number Diff line number Diff line change 66 " :preserveSemverRanges"
77 ],
88 "packageRules" : [
9+ {
10+ "matchPackagePatterns" : [" ^gittools" ],
11+ "allowedVersions" : " <4"
12+ },
913 {
1014 "groupName" : " Dev dependencies" ,
1115 "matchDepTypes" : [" devDependencies" ],
1519 {
1620 "groupName" : " TypeDoc" ,
1721 "matchPackageNames" : [" typedoc" ]
18- },
19- {
20- "packagePatterns" : [" gittools" ],
21- "automerge" : true ,
22- "automergeType" : " branch"
2322 }
2423 ]
2524}
You can’t perform that action at this time.
0 commit comments