update renovate config
This commit is contained in:
parent
e17a4f6856
commit
68bef38402
7
.github/renovate.json
vendored
7
.github/renovate.json
vendored
@ -2,7 +2,7 @@
|
|||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"labels": ["dependencies"],
|
"labels": ["dependencies"],
|
||||||
"assignees": ["tarampampam"],
|
"assignees": ["tarampampam"],
|
||||||
"enabledManagers": ["dockerfile"],
|
"enabledManagers": ["regex"],
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base",
|
"config:base",
|
||||||
":disableDependencyDashboard"
|
":disableDependencyDashboard"
|
||||||
@ -10,9 +10,8 @@
|
|||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": ["^Dockerfile$"],
|
"fileMatch": ["^Dockerfile$"],
|
||||||
"matchStrings": ["ARG Z3PROXY_VERSION=(?<currentValue>.*?)\n"],
|
"matchStrings": ["datasource=(?<datasource>.*?) depName=(?<depName>.*?)\\sARG .*?_VERSION=(?<currentValue>.*)\\s"],
|
||||||
"depNameTemplate": "z3APA3A/3proxy",
|
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
|
||||||
"datasourceTemplate": "github-tags"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Image page: <https://hub.docker.com/_/gcc>
|
# Image page: <https://hub.docker.com/_/gcc>
|
||||||
FROM gcc:12.1.0 as builder
|
FROM gcc:12.1.0 as builder
|
||||||
|
|
||||||
# e.g.: `docker build --build-arg "Z3PROXY_VERSION=0.9.4" .`
|
# renovate: datasource=github-tags depName=z3APA3A/3proxy
|
||||||
ARG Z3PROXY_VERSION=0.9.3
|
ARG Z3PROXY_VERSION=0.9.3
|
||||||
|
|
||||||
# Fetch 3proxy sources
|
# Fetch 3proxy sources
|
||||||
|
Loading…
x
Reference in New Issue
Block a user