diff --git a/.editorconfig b/.editorconfig index b2afad8..37a31ab 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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 diff --git a/.github/renovate.json b/.github/renovate.json index c62a78d..bd6ba4f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s(ARG|ENV) .*?_(VERSION|VER)=(?.*)\\s"], - "versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}" - } - ] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>tarampampam/.github//renovate/default", + ":rebaseStalePrs" + ] } diff --git a/Dockerfile b/Dockerfile index a6afcda..c6e062f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # Image page: 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 \