25 lines
516 B
JSON
25 lines
516 B
JSON
{
|
|
"labels": [
|
|
"dependencies"
|
|
],
|
|
"assignees": [
|
|
"tarampampam"
|
|
],
|
|
"extends": [
|
|
"config:base",
|
|
":disableDependencyDashboard"
|
|
],
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": [
|
|
"^Dockerfile$"
|
|
],
|
|
"matchStrings": [
|
|
"ARG Z3PROXY_VERSION=(?<currentValue>.*?)\n"
|
|
],
|
|
"depNameTemplate": "github.com/z3APA3A/3proxy",
|
|
"datasourceTemplate": "git-tags"
|
|
}
|
|
]
|
|
}
|