Skip to content

Commit 7dd24e5

Browse files
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>
1 parent 65c039b commit 7dd24e5

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.github/renovate.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
"labels": ["dependencies", "no-stale"],
66
"commitMessagePrefix": "⬆️",
77
"commitMessageTopic": "{{depName}}",
8-
"regexManagers": [
8+
"customManagers": [
99
{
10+
"customType": "regex",
1011
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
1112
"matchStringsStrategy": "any",
1213
"matchStrings": [
@@ -16,6 +17,7 @@
1617
"datasourceTemplate": "docker"
1718
},
1819
{
20+
"customType": "regex",
1921
"fileMatch": ["/Dockerfile$"],
2022
"matchStringsStrategy": "any",
2123
"matchStrings": [
@@ -26,6 +28,7 @@
2628
"depNameTemplate": "debian_12/{{{replace 'openssh-client' 'openssh' package}}}"
2729
},
2830
{
31+
"customType": "regex",
2932
"fileMatch": ["/Dockerfile$"],
3033
"matchStrings": [
3134
"ARG CODE_SERVER_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
@@ -34,6 +37,7 @@
3437
"depNameTemplate": "cdr/code-server"
3538
},
3639
{
40+
"customType": "regex",
3741
"fileMatch": ["/Dockerfile$"],
3842
"matchStrings": [
3943
"ARG HA_CLI_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
@@ -43,19 +47,22 @@
4347
"versioningTemplate": "loose"
4448
},
4549
{
50+
"customType": "regex",
4651
"fileMatch": ["vscode/vscode.extensions$"],
4752
"matchStrings": ["emilast\\.LogFileHighlighter#(?<currentValue>.+)\\s"],
4853
"datasourceTemplate": "github-releases",
4954
"depNameTemplate": "emilast/vscode-logfile-highlighter"
5055
},
5156
{
57+
"customType": "regex",
5258
"fileMatch": ["vscode/vscode.extensions$"],
5359
"matchStrings": ["esbenp\\.prettier-vscode#(?<currentValue>.+)\\s"],
5460
"datasourceTemplate": "github-releases",
5561
"depNameTemplate": "prettier/prettier-vscode",
5662
"extractVersionTemplate": "^v(?<version>.*)$"
5763
},
5864
{
65+
"customType": "regex",
5966
"fileMatch": ["vscode/vscode.extensions$"],
6067
"matchStrings": ["ESPHome\\.esphome-vscode#(?<currentValue>.+)\\s"],
6168
"datasourceTemplate": "github-releases",
@@ -64,6 +71,7 @@
6471
"extractVersionTemplate": "^v(?<version>.*)$"
6572
},
6673
{
74+
"customType": "regex",
6775
"fileMatch": ["vscode/vscode.extensions$"],
6876
"matchStrings": [
6977
"keesschollaart\\.vscode-home-assistant#(?<currentValue>.+)\\s"
@@ -73,6 +81,7 @@
7381
"extractVersionTemplate": "^v(?<version>.*)$"
7482
},
7583
{
84+
"customType": "regex",
7685
"fileMatch": ["vscode/vscode.extensions$"],
7786
"matchStrings": [
7887
"lukas-tr\\.materialdesignicons-intellisense#(?<currentValue>.+)\\s"
@@ -82,12 +91,14 @@
8291
"extractVersionTemplate": "^v(?<version>.*)$"
8392
},
8493
{
94+
"customType": "regex",
8595
"fileMatch": ["vscode/vscode.extensions$"],
8696
"matchStrings": ["netcorext\\.uuid-generator#(?<currentValue>.+)\\s"],
8797
"datasourceTemplate": "github-releases",
8898
"depNameTemplate": "arenchen/vscode-uuid-generator"
8999
},
90100
{
101+
"customType": "regex",
91102
"fileMatch": ["vscode/vscode.extensions$"],
92103
"matchStrings": ["usernamehw\\.errorlens#(?<currentValue>.+)\\s"],
93104
"datasourceTemplate": "github-releases",

0 commit comments

Comments
 (0)