From a6c384b69705e3fc5c5a5bf71196df9a32280592 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 20:48:34 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F:=20migrate=20config=20.g?= =?UTF-8?q?ithub/renovate.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate.json | 67 +++++++++++++++++++++++++++++++++---------- 1 file changed, 52 insertions(+), 15 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 1a24033..ffa6b5b 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,12 +2,19 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "rebaseWhen": "behind-base-branch", "dependencyDashboard": true, - "labels": ["dependencies", "no-stale"], + "labels": [ + "dependencies", + "no-stale" + ], "commitMessagePrefix": "⬆️", "commitMessageTopic": "{{depName}}", - "regexManagers": [ + "customManagers": [ { - "fileMatch": ["/Dockerfile$", "/build.yaml$"], + "customType": "regex", + "fileMatch": [ + "/Dockerfile$", + "/build.yaml$" + ], "matchStringsStrategy": "any", "matchStrings": [ "ARG BUILD_FROM=(?.*?):(?.*?)\\s+", @@ -16,7 +23,10 @@ "datasourceTemplate": "docker" }, { - "fileMatch": ["/Dockerfile$"], + "customType": "regex", + "fileMatch": [ + "/Dockerfile$" + ], "matchStringsStrategy": "any", "matchStrings": [ "\\s\\s(?[a-z0-9][a-z0-9-_]+)=(?[a-z0-9-_.]+)\\s+" @@ -26,7 +36,10 @@ "depNameTemplate": "alpine_3_21/{{package}}" }, { - "fileMatch": ["/Dockerfile$"], + "customType": "regex", + "fileMatch": [ + "/Dockerfile$" + ], "matchStrings": [ "ARG PYTHON_VERSION=[\"']?(?.+?)[\"']?\\s+" ], @@ -34,7 +47,10 @@ "depNameTemplate": "python/cpython" }, { - "fileMatch": ["/Dockerfile$"], + "customType": "regex", + "fileMatch": [ + "/Dockerfile$" + ], "matchStrings": [ "ARG PYTHON_SETUPTOOLS_VERSION=[\"']?(?.+?)[\"']?\\s+" ], @@ -42,7 +58,10 @@ "depNameTemplate": "setuptools" }, { - "fileMatch": ["/Dockerfile$"], + "customType": "regex", + "fileMatch": [ + "/Dockerfile$" + ], "matchStrings": [ "ARG PYTHON_PIP_VERSION=[\"']?(?.+?)[\"']?\\s+" ], @@ -52,27 +71,45 @@ ], "packageRules": [ { - "matchDatasources": ["repology"], + "matchDatasources": [ + "repology" + ], "automerge": true }, { "groupName": "Add-on base image", - "matchDatasources": ["docker"] + "matchDatasources": [ + "docker" + ] }, { "groupName": "Add-on base image", - "matchDatasources": ["docker"], - "matchUpdateTypes": ["minor", "patch"], + "matchDatasources": [ + "docker" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ], "automerge": true }, { - "matchDatasources": ["github-tags"], - "matchUpdateTypes": ["patch"], + "matchDatasources": [ + "github-tags" + ], + "matchUpdateTypes": [ + "patch" + ], "automerge": true }, { - "matchDatasources": ["pypi"], - "matchUpdateTypes": ["minor", "patch"], + "matchDatasources": [ + "pypi" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ], "automerge": true } ] From d5b4c6d93254a4b58003fa62435acf5a11508139 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Tue, 11 Feb 2025 20:48:48 +0000 Subject: [PATCH 2/2] Prettified Code! --- .github/renovate.json | 60 ++++++++++--------------------------------- 1 file changed, 14 insertions(+), 46 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index ffa6b5b..ca2232b 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,19 +2,13 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "rebaseWhen": "behind-base-branch", "dependencyDashboard": true, - "labels": [ - "dependencies", - "no-stale" - ], + "labels": ["dependencies", "no-stale"], "commitMessagePrefix": "⬆️", "commitMessageTopic": "{{depName}}", "customManagers": [ { "customType": "regex", - "fileMatch": [ - "/Dockerfile$", - "/build.yaml$" - ], + "fileMatch": ["/Dockerfile$", "/build.yaml$"], "matchStringsStrategy": "any", "matchStrings": [ "ARG BUILD_FROM=(?.*?):(?.*?)\\s+", @@ -24,9 +18,7 @@ }, { "customType": "regex", - "fileMatch": [ - "/Dockerfile$" - ], + "fileMatch": ["/Dockerfile$"], "matchStringsStrategy": "any", "matchStrings": [ "\\s\\s(?[a-z0-9][a-z0-9-_]+)=(?[a-z0-9-_.]+)\\s+" @@ -37,9 +29,7 @@ }, { "customType": "regex", - "fileMatch": [ - "/Dockerfile$" - ], + "fileMatch": ["/Dockerfile$"], "matchStrings": [ "ARG PYTHON_VERSION=[\"']?(?.+?)[\"']?\\s+" ], @@ -48,9 +38,7 @@ }, { "customType": "regex", - "fileMatch": [ - "/Dockerfile$" - ], + "fileMatch": ["/Dockerfile$"], "matchStrings": [ "ARG PYTHON_SETUPTOOLS_VERSION=[\"']?(?.+?)[\"']?\\s+" ], @@ -59,9 +47,7 @@ }, { "customType": "regex", - "fileMatch": [ - "/Dockerfile$" - ], + "fileMatch": ["/Dockerfile$"], "matchStrings": [ "ARG PYTHON_PIP_VERSION=[\"']?(?.+?)[\"']?\\s+" ], @@ -71,45 +57,27 @@ ], "packageRules": [ { - "matchDatasources": [ - "repology" - ], + "matchDatasources": ["repology"], "automerge": true }, { "groupName": "Add-on base image", - "matchDatasources": [ - "docker" - ] + "matchDatasources": ["docker"] }, { "groupName": "Add-on base image", - "matchDatasources": [ - "docker" - ], - "matchUpdateTypes": [ - "minor", - "patch" - ], + "matchDatasources": ["docker"], + "matchUpdateTypes": ["minor", "patch"], "automerge": true }, { - "matchDatasources": [ - "github-tags" - ], - "matchUpdateTypes": [ - "patch" - ], + "matchDatasources": ["github-tags"], + "matchUpdateTypes": ["patch"], "automerge": true }, { - "matchDatasources": [ - "pypi" - ], - "matchUpdateTypes": [ - "minor", - "patch" - ], + "matchDatasources": ["pypi"], + "matchUpdateTypes": ["minor", "patch"], "automerge": true } ]