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",
"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=(?<depName>.*?):(?<currentValue>.*?)\\s+",
@ -24,9 +18,7 @@
},
{
"customType": "regex",
"fileMatch": [
"/Dockerfile$"
],
"fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": [
"\\s\\s(?<package>[a-z0-9][a-z0-9-]+)=(?<currentValue>[a-z0-9-:_+~.]+)\\s+"
@ -37,9 +29,7 @@
},
{
"customType": "regex",
"fileMatch": [
"/Dockerfile$"
],
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG CODE_SERVER_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
@ -48,9 +38,7 @@
},
{
"customType": "regex",
"fileMatch": [
"/Dockerfile$"
],
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG HA_CLI_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
@ -60,35 +48,23 @@
},
{
"customType": "regex",
"fileMatch": [
"vscode/vscode.extensions$"
],
"matchStrings": [
"emilast\\.LogFileHighlighter#(?<currentValue>.+)\\s"
],
"fileMatch": ["vscode/vscode.extensions$"],
"matchStrings": ["emilast\\.LogFileHighlighter#(?<currentValue>.+)\\s"],
"datasourceTemplate": "github-releases",
"depNameTemplate": "emilast/vscode-logfile-highlighter"
},
{
"customType": "regex",
"fileMatch": [
"vscode/vscode.extensions$"
],
"matchStrings": [
"esbenp\\.prettier-vscode#(?<currentValue>.+)\\s"
],
"fileMatch": ["vscode/vscode.extensions$"],
"matchStrings": ["esbenp\\.prettier-vscode#(?<currentValue>.+)\\s"],
"datasourceTemplate": "github-releases",
"depNameTemplate": "prettier/prettier-vscode",
"extractVersionTemplate": "^v(?<version>.*)$"
},
{
"customType": "regex",
"fileMatch": [
"vscode/vscode.extensions$"
],
"matchStrings": [
"ESPHome\\.esphome-vscode#(?<currentValue>.+)\\s"
],
"fileMatch": ["vscode/vscode.extensions$"],
"matchStrings": ["ESPHome\\.esphome-vscode#(?<currentValue>.+)\\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#(?<currentValue>.+)\\s"
],
@ -108,9 +82,7 @@
},
{
"customType": "regex",
"fileMatch": [
"vscode/vscode.extensions$"
],
"fileMatch": ["vscode/vscode.extensions$"],
"matchStrings": [
"lukas-tr\\.materialdesignicons-intellisense#(?<currentValue>.+)\\s"
],
@ -120,23 +92,15 @@
},
{
"customType": "regex",
"fileMatch": [
"vscode/vscode.extensions$"
],
"matchStrings": [
"netcorext\\.uuid-generator#(?<currentValue>.+)\\s"
],
"fileMatch": ["vscode/vscode.extensions$"],
"matchStrings": ["netcorext\\.uuid-generator#(?<currentValue>.+)\\s"],
"datasourceTemplate": "github-releases",
"depNameTemplate": "arenchen/vscode-uuid-generator"
},
{
"customType": "regex",
"fileMatch": [
"vscode/vscode.extensions$"
],
"matchStrings": [
"usernamehw\\.errorlens#(?<currentValue>.+)\\s"
],
"fileMatch": ["vscode/vscode.extensions$"],
"matchStrings": ["usernamehw\\.errorlens#(?<currentValue>.+)\\s"],
"datasourceTemplate": "github-releases",
"depNameTemplate": "usernamehw/vscode-error-lens",
"extractVersionTemplate": "^v(?<version>.*)$"
@ -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
}
]