Prettified Code!

This commit is contained in:
renovate[bot] 2024-11-10 10:59:33 +00:00 committed by GitHub Action
parent f037f73596
commit 2d7dab386a

133
.github/renovate.json vendored
View file

@ -2,19 +2,13 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"rebaseWhen": "behind-base-branch", "rebaseWhen": "behind-base-branch",
"dependencyDashboard": true, "dependencyDashboard": true,
"labels": [ "labels": ["dependencies", "no-stale"],
"dependencies",
"no-stale"
],
"commitMessagePrefix": "⬆️", "commitMessagePrefix": "⬆️",
"commitMessageTopic": "{{depName}}", "commitMessageTopic": "{{depName}}",
"customManagers": [ "customManagers": [
{ {
"customType": "regex", "customType": "regex",
"fileMatch": [ "fileMatch": ["/Dockerfile$", "/build.yaml$"],
"/Dockerfile$",
"/build.yaml$"
],
"matchStringsStrategy": "any", "matchStringsStrategy": "any",
"matchStrings": [ "matchStrings": [
"ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\s+", "ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\s+",
@ -24,9 +18,7 @@
}, },
{ {
"customType": "regex", "customType": "regex",
"fileMatch": [ "fileMatch": ["/Dockerfile$"],
"/Dockerfile$"
],
"matchStringsStrategy": "any", "matchStringsStrategy": "any",
"matchStrings": [ "matchStrings": [
"\\s\\s(?<package>[a-z0-9][a-z0-9-]+)=(?<currentValue>[a-z0-9-:_+~.]+)\\s+" "\\s\\s(?<package>[a-z0-9][a-z0-9-]+)=(?<currentValue>[a-z0-9-:_+~.]+)\\s+"
@ -37,9 +29,7 @@
}, },
{ {
"customType": "regex", "customType": "regex",
"fileMatch": [ "fileMatch": ["/Dockerfile$"],
"/Dockerfile$"
],
"matchStrings": [ "matchStrings": [
"ARG CODE_SERVER_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+" "ARG CODE_SERVER_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
], ],
@ -48,9 +38,7 @@
}, },
{ {
"customType": "regex", "customType": "regex",
"fileMatch": [ "fileMatch": ["/Dockerfile$"],
"/Dockerfile$"
],
"matchStrings": [ "matchStrings": [
"ARG HA_CLI_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+" "ARG HA_CLI_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
], ],
@ -60,35 +48,23 @@
}, },
{ {
"customType": "regex", "customType": "regex",
"fileMatch": [ "fileMatch": ["vscode/vscode.extensions$"],
"vscode/vscode.extensions$" "matchStrings": ["emilast\\.LogFileHighlighter#(?<currentValue>.+)\\s"],
],
"matchStrings": [
"emilast\\.LogFileHighlighter#(?<currentValue>.+)\\s"
],
"datasourceTemplate": "github-releases", "datasourceTemplate": "github-releases",
"depNameTemplate": "emilast/vscode-logfile-highlighter" "depNameTemplate": "emilast/vscode-logfile-highlighter"
}, },
{ {
"customType": "regex", "customType": "regex",
"fileMatch": [ "fileMatch": ["vscode/vscode.extensions$"],
"vscode/vscode.extensions$" "matchStrings": ["esbenp\\.prettier-vscode#(?<currentValue>.+)\\s"],
],
"matchStrings": [
"esbenp\\.prettier-vscode#(?<currentValue>.+)\\s"
],
"datasourceTemplate": "github-releases", "datasourceTemplate": "github-releases",
"depNameTemplate": "prettier/prettier-vscode", "depNameTemplate": "prettier/prettier-vscode",
"extractVersionTemplate": "^v(?<version>.*)$" "extractVersionTemplate": "^v(?<version>.*)$"
}, },
{ {
"customType": "regex", "customType": "regex",
"fileMatch": [ "fileMatch": ["vscode/vscode.extensions$"],
"vscode/vscode.extensions$" "matchStrings": ["ESPHome\\.esphome-vscode#(?<currentValue>.+)\\s"],
],
"matchStrings": [
"ESPHome\\.esphome-vscode#(?<currentValue>.+)\\s"
],
"datasourceTemplate": "github-releases", "datasourceTemplate": "github-releases",
"depNameTemplate": "esphome/esphome-vscode", "depNameTemplate": "esphome/esphome-vscode",
"versioningTemplate": "loose", "versioningTemplate": "loose",
@ -96,9 +72,7 @@
}, },
{ {
"customType": "regex", "customType": "regex",
"fileMatch": [ "fileMatch": ["vscode/vscode.extensions$"],
"vscode/vscode.extensions$"
],
"matchStrings": [ "matchStrings": [
"keesschollaart\\.vscode-home-assistant#(?<currentValue>.+)\\s" "keesschollaart\\.vscode-home-assistant#(?<currentValue>.+)\\s"
], ],
@ -108,9 +82,7 @@
}, },
{ {
"customType": "regex", "customType": "regex",
"fileMatch": [ "fileMatch": ["vscode/vscode.extensions$"],
"vscode/vscode.extensions$"
],
"matchStrings": [ "matchStrings": [
"lukas-tr\\.materialdesignicons-intellisense#(?<currentValue>.+)\\s" "lukas-tr\\.materialdesignicons-intellisense#(?<currentValue>.+)\\s"
], ],
@ -120,23 +92,15 @@
}, },
{ {
"customType": "regex", "customType": "regex",
"fileMatch": [ "fileMatch": ["vscode/vscode.extensions$"],
"vscode/vscode.extensions$" "matchStrings": ["netcorext\\.uuid-generator#(?<currentValue>.+)\\s"],
],
"matchStrings": [
"netcorext\\.uuid-generator#(?<currentValue>.+)\\s"
],
"datasourceTemplate": "github-releases", "datasourceTemplate": "github-releases",
"depNameTemplate": "arenchen/vscode-uuid-generator" "depNameTemplate": "arenchen/vscode-uuid-generator"
}, },
{ {
"customType": "regex", "customType": "regex",
"fileMatch": [ "fileMatch": ["vscode/vscode.extensions$"],
"vscode/vscode.extensions$" "matchStrings": ["usernamehw\\.errorlens#(?<currentValue>.+)\\s"],
],
"matchStrings": [
"usernamehw\\.errorlens#(?<currentValue>.+)\\s"
],
"datasourceTemplate": "github-releases", "datasourceTemplate": "github-releases",
"depNameTemplate": "usernamehw/vscode-error-lens", "depNameTemplate": "usernamehw/vscode-error-lens",
"extractVersionTemplate": "^v(?<version>.*)$" "extractVersionTemplate": "^v(?<version>.*)$"
@ -144,75 +108,42 @@
], ],
"packageRules": [ "packageRules": [
{ {
"matchDatasources": [ "matchDatasources": ["repology"],
"repology"
],
"automerge": true "automerge": true
}, },
{ {
"groupName": "Add-on base image", "groupName": "Add-on base image",
"matchDatasources": [ "matchDatasources": ["docker"]
"docker"
]
}, },
{ {
"groupName": "Add-on base image", "groupName": "Add-on base image",
"matchDatasources": [ "matchDatasources": ["docker"],
"docker" "matchUpdateTypes": ["minor", "patch"],
],
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true "automerge": true
}, },
{ {
"matchDatasources": [ "matchDatasources": ["github-releases"],
"github-releases" "matchDepNames": ["coder/code-server"],
], "matchUpdateTypes": ["minor", "patch"],
"matchDepNames": [
"coder/code-server"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true "automerge": true
}, },
{ {
"matchDatasources": [ "matchDatasources": ["github-releases"],
"github-releases" "matchDepNames": ["home-assistant/cli"],
],
"matchDepNames": [
"home-assistant/cli"
],
"automerge": true "automerge": true
}, },
{ {
"matchManagers": [ "matchManagers": ["pip_requirements"],
"pip_requirements" "addLabels": ["python"]
],
"addLabels": [
"python"
]
}, },
{ {
"matchManagers": [ "matchManagers": ["pip_requirements"],
"pip_requirements" "matchDepTypes": ["dev"],
],
"matchDepTypes": [
"dev"
],
"rangeStrategy": "pin" "rangeStrategy": "pin"
}, },
{ {
"matchManagers": [ "matchManagers": ["pip_requirements"],
"pip_requirements" "matchUpdateTypes": ["minor", "patch"],
],
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true "automerge": true
} }
] ]