Update renovate.json
This commit is contained in:
parent
c56a9f7155
commit
2aee784f51
|
|
@ -63,9 +63,11 @@
|
|||
{
|
||||
"customType": "regex",
|
||||
"description": "Update .swift-version",
|
||||
"fileMatch": ".swift-version",
|
||||
"fileMatch": [
|
||||
".swift-version"
|
||||
],
|
||||
"matchStrings": [
|
||||
"(?<currentValue>.*)"
|
||||
"^(?<currentValue>\\d+\\.\\d+\\.\\d+)$"
|
||||
],
|
||||
"datasourceTemplate": "github-releases",
|
||||
"depNameTemplate": "swiftlang/swift",
|
||||
|
|
|
|||
Loading…
Reference in New Issue