From e35b48e07716dd1cacc897a5b80d137f4122cca6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 21:30:22 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F:=20migrate=20renovate=20conf?= =?UTF-8?q?ig=20(#673)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ⬆️: migrate config .github/renovate.json * Prettified Code! --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] --- .github/renovate.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index d0c3ff8..f8bcb03 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -6,8 +6,9 @@ "commitMessagePrefix": "⬆️", "commitMessageTopic": "{{depName}}", "ignoreDeps": ["nodejs"], - "regexManagers": [ + "customManagers": [ { + "customType": "regex", "fileMatch": ["/Dockerfile$", "/build.yaml$"], "matchStringsStrategy": "any", "matchStrings": [ @@ -17,6 +18,7 @@ "datasourceTemplate": "docker" }, { + "customType": "regex", "fileMatch": ["/Dockerfile$"], "matchStringsStrategy": "any", "matchStrings": [ @@ -55,14 +57,14 @@ { "groupName": "Python", "matchDatasources": ["repology"], - "matchDepPatterns": ["^debian_*/python3.*"], - "automerge": true + "automerge": true, + "matchDepNames": ["/^debian_*/python3.*/"] }, { "groupName": "MariaDB", "matchDatasources": ["repology"], - "matchDepPatterns": ["^debian_*/libmariadb.*"], - "automerge": true + "automerge": true, + "matchDepNames": ["/^debian_*/libmariadb.*/"] } ] }