update renovate config

This commit is contained in:
Paramtamtam 2022-06-12 13:27:19 +04:00
parent 1619760057
commit 5f29bf16d7
No known key found for this signature in database
GPG Key ID: 366371698FAD0A2B
3 changed files with 8 additions and 18 deletions

View File

@ -8,5 +8,5 @@ indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.{yml, yaml, sh, conf}]
[*.{yml, yaml, sh, conf, json}]
indent_size = 2

14
.github/renovate.json vendored
View File

@ -1,17 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": ["dependencies"],
"assignees": ["tarampampam"],
"enabledManagers": ["regex"],
"extends": [
"config:base",
":disableDependencyDashboard"
],
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": ["datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s(ARG|ENV) .*?_(VERSION|VER)=(?<currentValue>.*)\\s"],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
}
"github>tarampampam/.github//renovate/default",
":rebaseStalePrs"
]
}

View File

@ -1,8 +1,8 @@
# Image page: <https://hub.docker.com/_/gcc>
FROM gcc:12.1.0 as builder
# renovate: datasource=github-tags depName=z3APA3A/3proxy
ARG Z3PROXY_VERSION=0.9.4
# renovate: source=github-tags name=z3APA3A/3proxy
ARG Z3PROXY_VERSION=0.9.3
# Fetch 3proxy sources
RUN set -x \