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

Commit 9fd9c92

Browse files
committed
Added ssh-key-confirmer #2581
1 parent 93a6d70 commit 9fd9c92

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

renovate.json

+12
Original file line numberDiff line numberDiff line change
@@ -1996,6 +1996,18 @@
19961996
"datasourceTemplate": "github-releases",
19971997
"extractVersionTemplate": "^v(?<version>.+?)$"
19981998
},
1999+
{
2000+
"fileMatch": [
2001+
"^tools.yaml$"
2002+
],
2003+
"matchStrings": [
2004+
"name: ssh-key-confirmer\\n\\s+version: \"?(?<currentValue>.*?)\n"
2005+
],
2006+
"depNameTemplate": "benjojo/ssh-key-confirmer",
2007+
"datasourceTemplate": "github-releases",
2008+
"extractVersionTemplate": "^v(?<version>.+?)$",
2009+
"versioningTemplate": "loose"
2010+
},
19992011
{
20002012
"fileMatch": [
20012013
"^tools.yaml$"

tools.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -4479,6 +4479,15 @@ tools:
44794479
x86_64: https://github.com/mozilla/sops/releases/download/v${version}/sops-v${version}.linux
44804480
type: executable
44814481

4482+
- name: ssh-key-confirmer
4483+
version: 0.1
4484+
tags:
4485+
- security
4486+
download:
4487+
- url:
4488+
x86_64: https://github.com/benjojo/ssh-key-confirmer/releases/download/v${version}/ssh-key-confirmer-${alt_arch}
4489+
type: executable
4490+
44824491
- name: sshocker
44834492
version: 0.3.0
44844493
check: ${binary} --version | cut -d' ' -f3 | tr -d v

0 commit comments

Comments
 (0)