mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-02 18:21:23 +00:00
Migrate renovate config (#899)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
65c039b1a2
commit
7dd24e5568
1 changed files with 12 additions and 1 deletions
13
.github/renovate.json
vendored
13
.github/renovate.json
vendored
|
@ -5,8 +5,9 @@
|
||||||
"labels": ["dependencies", "no-stale"],
|
"labels": ["dependencies", "no-stale"],
|
||||||
"commitMessagePrefix": "⬆️",
|
"commitMessagePrefix": "⬆️",
|
||||||
"commitMessageTopic": "{{depName}}",
|
"commitMessageTopic": "{{depName}}",
|
||||||
"regexManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
|
"customType": "regex",
|
||||||
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
|
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
|
||||||
"matchStringsStrategy": "any",
|
"matchStringsStrategy": "any",
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
|
@ -16,6 +17,7 @@
|
||||||
"datasourceTemplate": "docker"
|
"datasourceTemplate": "docker"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"customType": "regex",
|
||||||
"fileMatch": ["/Dockerfile$"],
|
"fileMatch": ["/Dockerfile$"],
|
||||||
"matchStringsStrategy": "any",
|
"matchStringsStrategy": "any",
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
|
@ -26,6 +28,7 @@
|
||||||
"depNameTemplate": "debian_12/{{{replace 'openssh-client' 'openssh' package}}}"
|
"depNameTemplate": "debian_12/{{{replace 'openssh-client' 'openssh' package}}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"customType": "regex",
|
||||||
"fileMatch": ["/Dockerfile$"],
|
"fileMatch": ["/Dockerfile$"],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"ARG CODE_SERVER_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
"ARG CODE_SERVER_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
||||||
|
@ -34,6 +37,7 @@
|
||||||
"depNameTemplate": "cdr/code-server"
|
"depNameTemplate": "cdr/code-server"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"customType": "regex",
|
||||||
"fileMatch": ["/Dockerfile$"],
|
"fileMatch": ["/Dockerfile$"],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"ARG HA_CLI_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
"ARG HA_CLI_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
||||||
|
@ -43,12 +47,14 @@
|
||||||
"versioningTemplate": "loose"
|
"versioningTemplate": "loose"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"customType": "regex",
|
||||||
"fileMatch": ["vscode/vscode.extensions$"],
|
"fileMatch": ["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",
|
||||||
"fileMatch": ["vscode/vscode.extensions$"],
|
"fileMatch": ["vscode/vscode.extensions$"],
|
||||||
"matchStrings": ["esbenp\\.prettier-vscode#(?<currentValue>.+)\\s"],
|
"matchStrings": ["esbenp\\.prettier-vscode#(?<currentValue>.+)\\s"],
|
||||||
"datasourceTemplate": "github-releases",
|
"datasourceTemplate": "github-releases",
|
||||||
|
@ -56,6 +62,7 @@
|
||||||
"extractVersionTemplate": "^v(?<version>.*)$"
|
"extractVersionTemplate": "^v(?<version>.*)$"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"customType": "regex",
|
||||||
"fileMatch": ["vscode/vscode.extensions$"],
|
"fileMatch": ["vscode/vscode.extensions$"],
|
||||||
"matchStrings": ["ESPHome\\.esphome-vscode#(?<currentValue>.+)\\s"],
|
"matchStrings": ["ESPHome\\.esphome-vscode#(?<currentValue>.+)\\s"],
|
||||||
"datasourceTemplate": "github-releases",
|
"datasourceTemplate": "github-releases",
|
||||||
|
@ -64,6 +71,7 @@
|
||||||
"extractVersionTemplate": "^v(?<version>.*)$"
|
"extractVersionTemplate": "^v(?<version>.*)$"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"customType": "regex",
|
||||||
"fileMatch": ["vscode/vscode.extensions$"],
|
"fileMatch": ["vscode/vscode.extensions$"],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"keesschollaart\\.vscode-home-assistant#(?<currentValue>.+)\\s"
|
"keesschollaart\\.vscode-home-assistant#(?<currentValue>.+)\\s"
|
||||||
|
@ -73,6 +81,7 @@
|
||||||
"extractVersionTemplate": "^v(?<version>.*)$"
|
"extractVersionTemplate": "^v(?<version>.*)$"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"customType": "regex",
|
||||||
"fileMatch": ["vscode/vscode.extensions$"],
|
"fileMatch": ["vscode/vscode.extensions$"],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"lukas-tr\\.materialdesignicons-intellisense#(?<currentValue>.+)\\s"
|
"lukas-tr\\.materialdesignicons-intellisense#(?<currentValue>.+)\\s"
|
||||||
|
@ -82,12 +91,14 @@
|
||||||
"extractVersionTemplate": "^v(?<version>.*)$"
|
"extractVersionTemplate": "^v(?<version>.*)$"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"customType": "regex",
|
||||||
"fileMatch": ["vscode/vscode.extensions$"],
|
"fileMatch": ["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",
|
||||||
"fileMatch": ["vscode/vscode.extensions$"],
|
"fileMatch": ["vscode/vscode.extensions$"],
|
||||||
"matchStrings": ["usernamehw\\.errorlens#(?<currentValue>.+)\\s"],
|
"matchStrings": ["usernamehw\\.errorlens#(?<currentValue>.+)\\s"],
|
||||||
"datasourceTemplate": "github-releases",
|
"datasourceTemplate": "github-releases",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue