renovate
This commit is contained in:
24
.github/renovate.json
vendored
Normal file
24
.github/renovate.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"labels": [
|
||||
"dependencies"
|
||||
],
|
||||
"assignees": [
|
||||
"tarampampam"
|
||||
],
|
||||
"extends": [
|
||||
"config:base",
|
||||
":disableDependencyDashboard"
|
||||
],
|
||||
"regexManagers": [
|
||||
{
|
||||
"fileMatch": [
|
||||
"^Dockerfile$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"ARG 3PROXY_VERSION=(?<currentValue>.*?)\n"
|
||||
],
|
||||
"depNameTemplate": "github.com/z3APA3A/3proxy",
|
||||
"datasourceTemplate": "git-tags"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user