Skip to content

Commit

Permalink
Migrate renovate config (#899)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Nov 10, 2024
1 parent 65c039b commit 7dd24e5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"labels": ["dependencies", "no-stale"],
"commitMessagePrefix": "⬆️",
"commitMessageTopic": "{{depName}}",
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
"matchStringsStrategy": "any",
"matchStrings": [
Expand All @@ -16,6 +17,7 @@
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": [
Expand All @@ -26,6 +28,7 @@
"depNameTemplate": "debian_12/{{{replace 'openssh-client' 'openssh' package}}}"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG CODE_SERVER_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
Expand All @@ -34,6 +37,7 @@
"depNameTemplate": "cdr/code-server"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG HA_CLI_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
Expand All @@ -43,19 +47,22 @@
"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",
"depNameTemplate": "prettier/prettier-vscode",
"extractVersionTemplate": "^v(?<version>.*)$"
},
{
"customType": "regex",
"fileMatch": ["vscode/vscode.extensions$"],
"matchStrings": ["ESPHome\\.esphome-vscode#(?<currentValue>.+)\\s"],
"datasourceTemplate": "github-releases",
Expand All @@ -64,6 +71,7 @@
"extractVersionTemplate": "^v(?<version>.*)$"
},
{
"customType": "regex",
"fileMatch": ["vscode/vscode.extensions$"],
"matchStrings": [
"keesschollaart\\.vscode-home-assistant#(?<currentValue>.+)\\s"
Expand All @@ -73,6 +81,7 @@
"extractVersionTemplate": "^v(?<version>.*)$"
},
{
"customType": "regex",
"fileMatch": ["vscode/vscode.extensions$"],
"matchStrings": [
"lukas-tr\\.materialdesignicons-intellisense#(?<currentValue>.+)\\s"
Expand All @@ -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",
Expand Down

0 comments on commit 7dd24e5

Please sign in to comment.