Skip to content

Commit a1e1e2c

Browse files
authored
Fix renovate
1 parent 297b268 commit a1e1e2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"fileMatch": ["Dockerfile"],
99
"matchStrings": ["curl-(?<currentValue>\\d+\\.\\d+\\.\\d+)\\.tar\\.gz"],
1010
"datasourceTemplate": "github-releases",
11-
"depNameTemplate": "curl/curl",
12-
"versioningTemplate": "regex:^(?:curl-)?(?<major>\\d+)[_.](?<minor>\\d+)[_.](?<patch>\\d+)$"
11+
"depNameTemplate": "curl/curl-container",
12+
"versioningTemplate": "regex:^?(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
1313
}
1414
]
15-
}
15+
}

0 commit comments

Comments
 (0)