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"],
|
||||
"commitMessagePrefix": "⬆️",
|
||||
"commitMessageTopic": "{{depName}}",
|
||||
"regexManagers": [
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
|
||||
"matchStringsStrategy": "any",
|
||||
"matchStrings": [
|
||||
|
@ -16,6 +17,7 @@
|
|||
"datasourceTemplate": "docker"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["/Dockerfile$"],
|
||||
"matchStringsStrategy": "any",
|
||||
"matchStrings": [
|
||||
|
@ -26,6 +28,7 @@
|
|||
"depNameTemplate": "debian_12/{{{replace 'openssh-client' 'openssh' package}}}"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["/Dockerfile$"],
|
||||
"matchStrings": [
|
||||
"ARG CODE_SERVER_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
||||
|
@ -34,6 +37,7 @@
|
|||
"depNameTemplate": "cdr/code-server"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["/Dockerfile$"],
|
||||
"matchStrings": [
|
||||
"ARG HA_CLI_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
|
||||
|
@ -43,12 +47,14 @@
|
|||
"versioningTemplate": "loose"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"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"],
|
||||
"datasourceTemplate": "github-releases",
|
||||
|
@ -56,6 +62,7 @@
|
|||
"extractVersionTemplate": "^v(?<version>.*)$"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["vscode/vscode.extensions$"],
|
||||
"matchStrings": ["ESPHome\\.esphome-vscode#(?<currentValue>.+)\\s"],
|
||||
"datasourceTemplate": "github-releases",
|
||||
|
@ -64,6 +71,7 @@
|
|||
"extractVersionTemplate": "^v(?<version>.*)$"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["vscode/vscode.extensions$"],
|
||||
"matchStrings": [
|
||||
"keesschollaart\\.vscode-home-assistant#(?<currentValue>.+)\\s"
|
||||
|
@ -73,6 +81,7 @@
|
|||
"extractVersionTemplate": "^v(?<version>.*)$"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["vscode/vscode.extensions$"],
|
||||
"matchStrings": [
|
||||
"lukas-tr\\.materialdesignicons-intellisense#(?<currentValue>.+)\\s"
|
||||
|
@ -82,12 +91,14 @@
|
|||
"extractVersionTemplate": "^v(?<version>.*)$"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"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"],
|
||||
"datasourceTemplate": "github-releases",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue