We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1999a4f commit 9fef534Copy full SHA for 9fef534
renovate.json
@@ -0,0 +1,15 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": ["config:recommended"],
4
+ "customManagers": [
5
+ {
6
+ "customType": "regex",
7
+ "description": "Update curl Version",
8
+ "fileMatch": ["Dockerfile"],
9
+ "matchStrings": ["curl-(?<currentValue>\\d+\\.\\d+\\.\\d+)\\.tar\\.gz"],
10
+ "datasourceTemplate": "github-releases",
11
+ "depNameTemplate": "curl/curl",
12
+ "versioningTemplate": "regex:^(?:curl-)?(?<major>\\d+)[_.](?<minor>\\d+)[_.](?<patch>\\d+)$"
13
+ }
14
+ ]
15
+}
0 commit comments