We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35dbbcc commit 81e8a13Copy full SHA for 81e8a13
.github/renovate.json
@@ -5,8 +5,9 @@
5
"labels": ["dependencies", "no-stale"],
6
"commitMessagePrefix": "⬆️",
7
"commitMessageTopic": "{{depName}}",
8
- "regexManagers": [
+ "customManagers": [
9
{
10
+ "customType": "regex",
11
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
12
"matchStringsStrategy": "any",
13
"matchStrings": [
@@ -16,6 +17,7 @@
16
17
"datasourceTemplate": "docker"
18
},
19
20
21
"fileMatch": ["/Dockerfile$"],
22
23
@@ -26,6 +28,7 @@
26
28
"depNameTemplate": "alpine_3_20/{{package}}"
27
29
30
31
32
33
34
"ARG TAILSCALE_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
0 commit comments