update renovate config
This commit is contained in:
parent
1619760057
commit
5f29bf16d7
@ -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
|
||||
|
20
.github/renovate.json
vendored
20
.github/renovate.json
vendored
@ -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}}"
|
||||
}
|
||||
]
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"github>tarampampam/.github//renovate/default",
|
||||
":rebaseStalePrs"
|
||||
]
|
||||
}
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user