Skip to content

Commit 874a79f

Browse files
committed
chore(swift): update renovate to handle swift-version file
1 parent 10297f1 commit 874a79f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

renovate.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,15 @@
173173
"datasourceTemplate": "github-tags",
174174
"depNameTemplate": "php/php-src"
175175
},
176+
{
177+
"description": "Update .swift-version",
178+
"fileMatch": ".swift-version",
179+
"matchStrings": [
180+
"(?<currentValue>.*)"
181+
],
182+
"datasourceTemplate": "swift",
183+
"depNameTemplate": "Swift"
184+
},
176185
{
177186
"description": "Update swiftformat version",
178187
"fileMatch": [

0 commit comments

Comments
 (0)