update renovate config

This commit is contained in:
Paramtamtam
2022-06-10 11:21:48 +04:00
parent 1ae0ac52cf
commit e17a4f6856
3 changed files with 8 additions and 47 deletions

22
.github/renovate.json vendored
View File

@@ -1,24 +1,18 @@
{
"labels": [
"dependencies"
],
"assignees": [
"tarampampam"
],
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": ["dependencies"],
"assignees": ["tarampampam"],
"enabledManagers": ["dockerfile"],
"extends": [
"config:base",
":disableDependencyDashboard"
],
"regexManagers": [
{
"fileMatch": [
"^Dockerfile$"
],
"matchStrings": [
"ARG Z3PROXY_VERSION=(?<currentValue>.*?)\n"
],
"depNameTemplate": "github.com/z3APA3A/3proxy",
"datasourceTemplate": "git-tags"
"fileMatch": ["^Dockerfile$"],
"matchStrings": ["ARG Z3PROXY_VERSION=(?<currentValue>.*?)\n"],
"depNameTemplate": "z3APA3A/3proxy",
"datasourceTemplate": "github-tags"
}
]
}