From f037f7359690b47c8b86415ad0d57207fd346acc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 10:59:23 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F:=20migrate=20config=20.githu?= =?UTF-8?q?b/renovate.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate.json | 146 ++++++++++++++++++++++++++++++++---------- 1 file changed, 113 insertions(+), 33 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 46fb1d7..e24fb15 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": "debian_12/{{{replace 'openssh-client' 'openssh' package}}}" }, { - "fileMatch": ["/Dockerfile$"], + "customType": "regex", + "fileMatch": [ + "/Dockerfile$" + ], "matchStrings": [ "ARG CODE_SERVER_VERSION=[\"']?(?.+?)[\"']?\\s+" ], @@ -34,7 +47,10 @@ "depNameTemplate": "cdr/code-server" }, { - "fileMatch": ["/Dockerfile$"], + "customType": "regex", + "fileMatch": [ + "/Dockerfile$" + ], "matchStrings": [ "ARG HA_CLI_VERSION=[\"']?(?.+?)[\"']?\\s+" ], @@ -43,28 +59,46 @@ "versioningTemplate": "loose" }, { - "fileMatch": ["vscode/vscode.extensions$"], - "matchStrings": ["emilast\\.LogFileHighlighter#(?.+)\\s"], + "customType": "regex", + "fileMatch": [ + "vscode/vscode.extensions$" + ], + "matchStrings": [ + "emilast\\.LogFileHighlighter#(?.+)\\s" + ], "datasourceTemplate": "github-releases", "depNameTemplate": "emilast/vscode-logfile-highlighter" }, { - "fileMatch": ["vscode/vscode.extensions$"], - "matchStrings": ["esbenp\\.prettier-vscode#(?.+)\\s"], + "customType": "regex", + "fileMatch": [ + "vscode/vscode.extensions$" + ], + "matchStrings": [ + "esbenp\\.prettier-vscode#(?.+)\\s" + ], "datasourceTemplate": "github-releases", "depNameTemplate": "prettier/prettier-vscode", "extractVersionTemplate": "^v(?.*)$" }, { - "fileMatch": ["vscode/vscode.extensions$"], - "matchStrings": ["ESPHome\\.esphome-vscode#(?.+)\\s"], + "customType": "regex", + "fileMatch": [ + "vscode/vscode.extensions$" + ], + "matchStrings": [ + "ESPHome\\.esphome-vscode#(?.+)\\s" + ], "datasourceTemplate": "github-releases", "depNameTemplate": "esphome/esphome-vscode", "versioningTemplate": "loose", "extractVersionTemplate": "^v(?.*)$" }, { - "fileMatch": ["vscode/vscode.extensions$"], + "customType": "regex", + "fileMatch": [ + "vscode/vscode.extensions$" + ], "matchStrings": [ "keesschollaart\\.vscode-home-assistant#(?.+)\\s" ], @@ -73,7 +107,10 @@ "extractVersionTemplate": "^v(?.*)$" }, { - "fileMatch": ["vscode/vscode.extensions$"], + "customType": "regex", + "fileMatch": [ + "vscode/vscode.extensions$" + ], "matchStrings": [ "lukas-tr\\.materialdesignicons-intellisense#(?.+)\\s" ], @@ -82,14 +119,24 @@ "extractVersionTemplate": "^v(?.*)$" }, { - "fileMatch": ["vscode/vscode.extensions$"], - "matchStrings": ["netcorext\\.uuid-generator#(?.+)\\s"], + "customType": "regex", + "fileMatch": [ + "vscode/vscode.extensions$" + ], + "matchStrings": [ + "netcorext\\.uuid-generator#(?.+)\\s" + ], "datasourceTemplate": "github-releases", "depNameTemplate": "arenchen/vscode-uuid-generator" }, { - "fileMatch": ["vscode/vscode.extensions$"], - "matchStrings": ["usernamehw\\.errorlens#(?.+)\\s"], + "customType": "regex", + "fileMatch": [ + "vscode/vscode.extensions$" + ], + "matchStrings": [ + "usernamehw\\.errorlens#(?.+)\\s" + ], "datasourceTemplate": "github-releases", "depNameTemplate": "usernamehw/vscode-error-lens", "extractVersionTemplate": "^v(?.*)$" @@ -97,42 +144,75 @@ ], "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-releases"], - "matchDepNames": ["coder/code-server"], - "matchUpdateTypes": ["minor", "patch"], + "matchDatasources": [ + "github-releases" + ], + "matchDepNames": [ + "coder/code-server" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ], "automerge": true }, { - "matchDatasources": ["github-releases"], - "matchDepNames": ["home-assistant/cli"], + "matchDatasources": [ + "github-releases" + ], + "matchDepNames": [ + "home-assistant/cli" + ], "automerge": true }, { - "matchManagers": ["pip_requirements"], - "addLabels": ["python"] + "matchManagers": [ + "pip_requirements" + ], + "addLabels": [ + "python" + ] }, { - "matchManagers": ["pip_requirements"], - "matchDepTypes": ["dev"], + "matchManagers": [ + "pip_requirements" + ], + "matchDepTypes": [ + "dev" + ], "rangeStrategy": "pin" }, { - "matchManagers": ["pip_requirements"], - "matchUpdateTypes": ["minor", "patch"], + "matchManagers": [ + "pip_requirements" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ], "automerge": true } ]