Update renovate.json

This commit is contained in:
Christian Treffs 2025-03-07 19:06:06 +01:00
parent c56a9f7155
commit 2aee784f51
No known key found for this signature in database
GPG Key ID: 49A4B4B460BE3ED4
1 changed files with 4 additions and 2 deletions

View File

@ -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",