Skip to content

Commit 9fef534

Browse files
authored
Create renovate.json
1 parent 1999a4f commit 9fef534

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

renovate.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)