This commit is contained in:
Stephan Schnabel 2025-06-11 10:51:52 +02:00
parent 864ef05fdc
commit 019da0d3f5
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
3 changed files with 11 additions and 3 deletions

View file

@ -53,7 +53,7 @@
},{
"customType": "regex",
"managerFilePatterns": ["Dockerfile"],
"matchStrings": ["https://github.com/jqlang/jq/releases/download/(?<currentValue>jq\\-[0-9]+\\.[0-9]+\\.[0-9]+)/jq-linux-$SUFFIX"],
"matchStrings": ["https://github.com/jqlang/jq/releases/download/(?<currentValue>jq-[0-9]+\\.[0-9]+\\.[0-9]+)/jq-linux-$SUFFIX"],
"datasourceTemplate": "github-tags",
"packageNameTemplate": "qlang/jq"
}