This commit is contained in:
Paramtamtam
2022-06-10 11:04:26 +04:00
parent 30724ceee3
commit f82ce4fac2
3 changed files with 35 additions and 11 deletions

24
.github/renovate.json vendored Normal file
View 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"
}
]
}