update renovate config
This commit is contained in:
parent
1619760057
commit
5f29bf16d7
@ -8,5 +8,5 @@ indent_style = space
|
|||||||
indent_size = 4
|
indent_size = 4
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.{yml, yaml, sh, conf}]
|
[*.{yml, yaml, sh, conf, json}]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
14
.github/renovate.json
vendored
14
.github/renovate.json
vendored
@ -1,17 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"labels": ["dependencies"],
|
|
||||||
"assignees": ["tarampampam"],
|
|
||||||
"enabledManagers": ["regex"],
|
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:base",
|
"github>tarampampam/.github//renovate/default",
|
||||||
":disableDependencyDashboard"
|
":rebaseStalePrs"
|
||||||
],
|
|
||||||
"regexManagers": [
|
|
||||||
{
|
|
||||||
"fileMatch": ["^Dockerfile$"],
|
|
||||||
"matchStrings": ["datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s(ARG|ENV) .*?_(VERSION|VER)=(?<currentValue>.*)\\s"],
|
|
||||||
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# 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
|
||||||
|
|
||||||
# renovate: datasource=github-tags depName=z3APA3A/3proxy
|
# renovate: source=github-tags name=z3APA3A/3proxy
|
||||||
ARG Z3PROXY_VERSION=0.9.4
|
ARG Z3PROXY_VERSION=0.9.3
|
||||||
|
|
||||||
# Fetch 3proxy sources
|
# Fetch 3proxy sources
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user