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

Commit 009594d

Browse files
committed
Added cntr #2581
1 parent 17c2ad6 commit 009594d

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
@@ -478,6 +478,16 @@
478478
"datasourceTemplate": "github-releases",
479479
"extractVersionTemplate": "^v(?<version>.+?)$"
480480
},
481+
{
482+
"fileMatch": [
483+
"^tools.yaml$"
484+
],
485+
"matchStrings": [
486+
"name: cntr\\n\\s+version: \"?(?<currentValue>.*?)\"?\\n"
487+
],
488+
"depNameTemplate": "Mic92/cntr",
489+
"datasourceTemplate": "github-releases"
490+
},
481491
{
482492
"fileMatch": [
483493
"^tools.yaml$"

tools.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,15 @@ tools:
471471
type: tarball
472472
path: ${target}/libexec/cni
473473

474+
- name: cntr
475+
version: 1.5.1
476+
tags:
477+
- XXX
478+
download:
479+
- url:
480+
x86_64: https://github.com/Mic92/cntr/releases/download/${version}/cntr-bin-${version}-${arch}-unknown-linux-musl
481+
type: executable
482+
474483
- name: conmon
475484
version: 2.1.3
476485
check: ${binary} --version | grep "conmon version" | cut -d' ' -f3

0 commit comments

Comments
 (0)