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

Commit 8c47ebc

Browse files
committed
Added tini #2581
1 parent d9b33fb commit 8c47ebc

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

renovate.json

+11
Original file line numberDiff line numberDiff line change
@@ -1932,6 +1932,17 @@
19321932
"datasourceTemplate": "github-releases",
19331933
"extractVersionTemplate": "^v(?<version>.+?)$"
19341934
},
1935+
{
1936+
"fileMatch": [
1937+
"^tools.yaml$"
1938+
],
1939+
"matchStrings": [
1940+
"name: tini\\n\\s+version: \"?(?<currentValue>.*?)\n"
1941+
],
1942+
"depNameTemplate": "krallin/tini",
1943+
"datasourceTemplate": "github-releases",
1944+
"extractVersionTemplate": "^v(?<version>.+?)$"
1945+
},
19351946
{
19361947
"fileMatch": [
19371948
"^tools.yaml$"

tools.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -4447,6 +4447,15 @@ tools:
44474447
mv "${target}/share/${name}.fish" "${target}/share/fish/vendor_completions.d/${name}.fish"
44484448
mv "${target}/share/_${name}" "${target}/share/zsh/vendor-completions/_${name}"
44494449
4450+
- name: tini
4451+
version: 0.19.0
4452+
check: ${binary} --version | cut -d' ' -f3
4453+
tags:
4454+
- init
4455+
download:
4456+
- url: https://github.com/krallin/tini/releases/download/v0.19.0/tini-amd64
4457+
type: executable
4458+
44504459
- name: trivy
44514460
version: 0.30.4
44524461
check: ${binary} --version | cut -d' ' -f2

0 commit comments

Comments
 (0)