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

Commit 93a6d70

Browse files
committed
Added sloop #2581
1 parent fab7055 commit 93a6d70

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

renovate.json

+12
Original file line numberDiff line numberDiff line change
@@ -1973,6 +1973,18 @@
19731973
"datasourceTemplate": "github-releases",
19741974
"extractVersionTemplate": "^v(?<version>.+?)$"
19751975
},
1976+
{
1977+
"fileMatch": [
1978+
"^tools.yaml$"
1979+
],
1980+
"matchStrings": [
1981+
"name: sloop\\n\\s+version: \"?(?<currentValue>.*?)\n"
1982+
],
1983+
"depNameTemplate": "salesforce/sloop",
1984+
"datasourceTemplate": "github-releases",
1985+
"extractVersionTemplate": "^v(?<version>.+?)$",
1986+
"versioningTemplate": "loose"
1987+
},
19761988
{
19771989
"fileMatch": [
19781990
"^tools.yaml$"

tools.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -4458,6 +4458,17 @@ tools:
44584458
type: file
44594459
path: ${target}/share/man/man1/slirp4netns.1
44604460

4461+
- name: sloop
4462+
version: 1.1
4463+
tags:
4464+
- kubernetes
4465+
- k8s
4466+
- management
4467+
download:
4468+
- url:
4469+
x86_64: https://github.com/salesforce/sloop/releases/download/v1.1/sloop_1.1_linux_amd64.tar.gz
4470+
type: tarball
4471+
44614472
- name: sops
44624473
version: 3.7.3
44634474
check: ${binary} --version | head -n 1 | cut -d' ' -f2

0 commit comments

Comments
 (0)