Skip to content

Commit 5fb83bb

Browse files
committed
Updated CI dependencies
1 parent c0b0011 commit 5fb83bb

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}}

renovate.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
":preserveSemverRanges"
77
],
88
"packageRules": [
9+
{
10+
"matchPackagePatterns": ["^gittools"],
11+
"allowedVersions": "<4"
12+
},
913
{
1014
"groupName": "Dev dependencies",
1115
"matchDepTypes": ["devDependencies"],
@@ -15,11 +19,6 @@
1519
{
1620
"groupName": "TypeDoc",
1721
"matchPackageNames": ["typedoc"]
18-
},
19-
{
20-
"packagePatterns": ["gittools"],
21-
"automerge": true,
22-
"automergeType": "branch"
2322
}
2423
]
2524
}

0 commit comments

Comments
 (0)