Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit fab7055

Browse files
committed
Added semver-tool #2581
1 parent 9f3ae31 commit fab7055

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

renovate.json

+10
Original file line numberDiff line numberDiff line change
@@ -1918,6 +1918,16 @@
19181918
"datasourceTemplate": "github-releases",
19191919
"extractVersionTemplate": "^v(?<version>.+?)$"
19201920
},
1921+
{
1922+
"fileMatch": [
1923+
"^tools.yaml$"
1924+
],
1925+
"matchStrings": [
1926+
"name: semver\\n\\s+version: \"?(?<currentValue>.*?)\n"
1927+
],
1928+
"depNameTemplate": "fsaintjacques/semver-tool",
1929+
"datasourceTemplate": "github-releases"
1930+
},
19211931
{
19221932
"fileMatch": [
19231933
"^tools.yaml$"

tools.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -4403,6 +4403,15 @@ tools:
44034403
${binary} completion fish >"${target}/share/fish/vendor_completions.d/${name}.fish"
44044404
${binary} completion zsh >"${target}/share/zsh/vendor-completions/_${name}"
44054405
4406+
- name: semver
4407+
version: 3.3.0
4408+
check: ${binary} --version | cut -d' ' -f2
4409+
tags:
4410+
- development
4411+
download:
4412+
- url: https://github.com/fsaintjacques/semver-tool/raw/${version}/src/semver
4413+
type: executable
4414+
44064415
- name: shortnames
44074416
version: 2022.02.08
44084417
binary: false

0 commit comments

Comments
 (0)