Skip to content

Commit 81e8a13

Browse files
Migrate renovate config (#423)
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 35dbbcc commit 81e8a13

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/renovate.json

+4-1
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": "alpine_3_20/{{package}}"
2729
},
2830
{
31+
"customType": "regex",
2932
"fileMatch": ["/Dockerfile$"],
3033
"matchStrings": [
3134
"ARG TAILSCALE_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"

0 commit comments

Comments
 (0)