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

Commit 633a0c1

Browse files
committed
Added artifactory-cleanup #2581
1 parent 1be12b6 commit 633a0c1

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

renovate.json

+11
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,17 @@
291291
"depNameTemplate": "alexellis/arkade",
292292
"datasourceTemplate": "github-releases"
293293
},
294+
{
295+
"fileMatch": [
296+
"^tools.yaml$"
297+
],
298+
"matchStrings": [
299+
"name: artifactory-cleanup\\n\\s+version: \"?(?<currentValue>.*?)\"?\\n"
300+
],
301+
"depNameTemplate": "crazy-max/artifactory-cleanup",
302+
"datasourceTemplate": "github-releases",
303+
"extractVersionTemplate": "^v(?<version>.+?)$"
304+
},
294305
{
295306
"fileMatch": [
296307
"^tools.yaml$"

tools.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,18 @@ tools:
3535
${binary} completion fish >"${target}/share/fish/vendor_completions.d/${name}.fish"
3636
${binary} completion zsh >"${target}/share/zsh/vendor-completions/_${name}"
3737
38+
- name: artifactory-cleanup
39+
version: 1.6.0
40+
check: ${binary} --version
41+
tags:
42+
- management
43+
- storage
44+
download:
45+
- url: https://github.com/crazy-max/artifactory-cleanup/releases/download/v${version}/artifactory-cleanup_${version}_linux_${alt_arch}.tar.gz
46+
type: tarball
47+
files:
48+
- artifactory-cleanup
49+
3850
- name: bin
3951
version: 0.15.1
4052
check: ${binary} --version | grep ^bin | cut -d' ' -f3

0 commit comments

Comments
 (0)