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:
10
10
with :
11
11
fetch-depth : 0
12
12
show-progress : false
13
- - uses : gittools/actions/gitversion/setup@v3.1 .1
13
+ - uses : gittools/actions/gitversion/setup@v3.2 .1
14
14
with :
15
15
versionSpec : ' 5.12.x'
16
- - uses : gittools/actions/gitversion/execute@v3.1 .1
16
+ - uses : gittools/actions/gitversion/execute@v3.2 .1
17
17
id : gitversion
18
18
- if : github.ref_type != 'tag'
19
19
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 6
6
" :preserveSemverRanges"
7
7
],
8
8
"packageRules" : [
9
+ {
10
+ "matchPackagePatterns" : [" ^gittools" ],
11
+ "allowedVersions" : " <4"
12
+ },
9
13
{
10
14
"groupName" : " Dev dependencies" ,
11
15
"matchDepTypes" : [" devDependencies" ],
15
19
{
16
20
"groupName" : " TypeDoc" ,
17
21
"matchPackageNames" : [" typedoc" ]
18
- },
19
- {
20
- "packagePatterns" : [" gittools" ],
21
- "automerge" : true ,
22
- "automergeType" : " branch"
23
22
}
24
23
]
25
24
}
You can’t perform that action at this time.
0 commit comments