Add cloudflared (#138)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Samuel Gagnon 2024-01-07 15:18:55 -05:00 committed by GitHub
parent dcb79f2c0b
commit b046181915
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 2 deletions

View file

@ -32,6 +32,15 @@
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "louislam/uptime-kuma"
},
{
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG CLOUDFLARED_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "cloudflare/cloudflared",
"versioningTemplate": "loose"
}
],
"packageRules": [