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

Commit 96f6306

Browse files
committed
Added envcli #2581
1 parent ff08cb1 commit 96f6306

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

renovate.json

+11
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,17 @@
849849
"depNameTemplate": "chanwit/ekz",
850850
"datasourceTemplate": "github-releases"
851851
},
852+
{
853+
"fileMatch": [
854+
"^tools.yaml$"
855+
],
856+
"matchStrings": [
857+
"name: envcli\\n\\s+version: \"?(?<currentValue>.*?)\n"
858+
],
859+
"depNameTemplate": "EnvCLI/EnvCLI",
860+
"datasourceTemplate": "github-releases",
861+
"extractVersionTemplate": "^v(?<version>.+?)$"
862+
},
852863
{
853864
"fileMatch": [
854865
"^tools.yaml$"

tools.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -2196,6 +2196,16 @@ tools:
21962196
x86_64: https://github.com/chanwit/ekz/releases/download/v${version}/ekz_${version}_linux_${alt_arch}.tar.gz
21972197
type: tarball
21982198

2199+
- name: envcli
2200+
version: 0.7.1
2201+
check: ${binary} --version | cut -d' ' -f3
2202+
tags:
2203+
- management
2204+
download:
2205+
- url:
2206+
x86_64: https://github.com/EnvCLI/EnvCLI/releases/download/v${version}/linux_${alt_arch}
2207+
type: executable
2208+
21992209
- name: faas-cli
22002210
version: 0.14.5
22012211
check: ${binary} version | grep "version:" | cut -d' ' -f3

0 commit comments

Comments
 (0)