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

Commit 739e8ae

Browse files
committed
Added havener #2581
1 parent 64444aa commit 739e8ae

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

renovate.json

+11
Original file line numberDiff line numberDiff line change
@@ -1058,6 +1058,17 @@
10581058
"datasourceTemplate": "github-releases",
10591059
"extractVersionTemplate": "^v(?<version>.+?)$"
10601060
},
1061+
{
1062+
"fileMatch": [
1063+
"^tools.yaml$"
1064+
],
1065+
"matchStrings": [
1066+
"name: havener\\n\\s+version: \"?(?<currentValue>.*?)\n"
1067+
],
1068+
"depNameTemplate": "homeport/havener",
1069+
"datasourceTemplate": "github-releases",
1070+
"extractVersionTemplate": "^v(?<version>.+?)$"
1071+
},
10611072
{
10621073
"fileMatch": [
10631074
"^tools.yaml$"

tools.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -2539,6 +2539,20 @@ tools:
25392539
x86_64: https://github.com/hadolint/hadolint/releases/download/v${version}/hadolint-Linux-${arch}
25402540
type: executable
25412541

2542+
- name: havener
2543+
version: 2.0.8
2544+
check: ${binary} version | cut -d, -f1 | cut -d' ' -f3
2545+
tags:
2546+
- k8s
2547+
- kubernetes
2548+
- management
2549+
- tui
2550+
download:
2551+
- url: https://github.com/homeport/havener/releases/download/v${version}/havener_${version}_linux_${alt_arch}.tar.gz
2552+
type: tarball
2553+
files:
2554+
- havener
2555+
25422556
- name: hcloud
25432557
version: 1.30.2
25442558
check: ${binary} version | cut -d' ' -f2

0 commit comments

Comments
 (0)