Skip to content

Commit 2aee784

Browse files
committed
Update renovate.json
1 parent c56a9f7 commit 2aee784

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

renovate.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@
6363
{
6464
"customType": "regex",
6565
"description": "Update .swift-version",
66-
"fileMatch": ".swift-version",
66+
"fileMatch": [
67+
".swift-version"
68+
],
6769
"matchStrings": [
68-
"(?<currentValue>.*)"
70+
"^(?<currentValue>\\d+\\.\\d+\\.\\d+)$"
6971
],
7072
"datasourceTemplate": "github-releases",
7173
"depNameTemplate": "swiftlang/swift",

0 commit comments

Comments
 (0)