From 2d7dab386a40b4b5f0027c5f881e68e053d38b9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sun, 10 Nov 2024 10:59:33 +0000 Subject: [PATCH] Prettified Code! --- .github/renovate.json | 133 ++++++++++-------------------------------- 1 file changed, 32 insertions(+), 101 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index e24fb15..66059a2 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 CODE_SERVER_VERSION=[\"']?(?.+?)[\"']?\\s+" ], @@ -48,9 +38,7 @@ }, { "customType": "regex", - "fileMatch": [ - "/Dockerfile$" - ], + "fileMatch": ["/Dockerfile$"], "matchStrings": [ "ARG HA_CLI_VERSION=[\"']?(?.+?)[\"']?\\s+" ], @@ -60,35 +48,23 @@ }, { "customType": "regex", - "fileMatch": [ - "vscode/vscode.extensions$" - ], - "matchStrings": [ - "emilast\\.LogFileHighlighter#(?.+)\\s" - ], + "fileMatch": ["vscode/vscode.extensions$"], + "matchStrings": ["emilast\\.LogFileHighlighter#(?.+)\\s"], "datasourceTemplate": "github-releases", "depNameTemplate": "emilast/vscode-logfile-highlighter" }, { "customType": "regex", - "fileMatch": [ - "vscode/vscode.extensions$" - ], - "matchStrings": [ - "esbenp\\.prettier-vscode#(?.+)\\s" - ], + "fileMatch": ["vscode/vscode.extensions$"], + "matchStrings": ["esbenp\\.prettier-vscode#(?.+)\\s"], "datasourceTemplate": "github-releases", "depNameTemplate": "prettier/prettier-vscode", "extractVersionTemplate": "^v(?.*)$" }, { "customType": "regex", - "fileMatch": [ - "vscode/vscode.extensions$" - ], - "matchStrings": [ - "ESPHome\\.esphome-vscode#(?.+)\\s" - ], + "fileMatch": ["vscode/vscode.extensions$"], + "matchStrings": ["ESPHome\\.esphome-vscode#(?.+)\\s"], "datasourceTemplate": "github-releases", "depNameTemplate": "esphome/esphome-vscode", "versioningTemplate": "loose", @@ -96,9 +72,7 @@ }, { "customType": "regex", - "fileMatch": [ - "vscode/vscode.extensions$" - ], + "fileMatch": ["vscode/vscode.extensions$"], "matchStrings": [ "keesschollaart\\.vscode-home-assistant#(?.+)\\s" ], @@ -108,9 +82,7 @@ }, { "customType": "regex", - "fileMatch": [ - "vscode/vscode.extensions$" - ], + "fileMatch": ["vscode/vscode.extensions$"], "matchStrings": [ "lukas-tr\\.materialdesignicons-intellisense#(?.+)\\s" ], @@ -120,23 +92,15 @@ }, { "customType": "regex", - "fileMatch": [ - "vscode/vscode.extensions$" - ], - "matchStrings": [ - "netcorext\\.uuid-generator#(?.+)\\s" - ], + "fileMatch": ["vscode/vscode.extensions$"], + "matchStrings": ["netcorext\\.uuid-generator#(?.+)\\s"], "datasourceTemplate": "github-releases", "depNameTemplate": "arenchen/vscode-uuid-generator" }, { "customType": "regex", - "fileMatch": [ - "vscode/vscode.extensions$" - ], - "matchStrings": [ - "usernamehw\\.errorlens#(?.+)\\s" - ], + "fileMatch": ["vscode/vscode.extensions$"], + "matchStrings": ["usernamehw\\.errorlens#(?.+)\\s"], "datasourceTemplate": "github-releases", "depNameTemplate": "usernamehw/vscode-error-lens", "extractVersionTemplate": "^v(?.*)$" @@ -144,75 +108,42 @@ ], "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 } ]