File tree Expand file tree Collapse file tree 1 file changed +18
-21
lines changed Expand file tree Collapse file tree 1 file changed +18
-21
lines changed Original file line number Diff line number Diff line change 1111 "prHourlyLimit" : 1 ,
1212 "recreateWhen" : " auto" ,
1313 "prCreation" : " not-pending" ,
14+ "customManagers" : [
15+ {
16+ "customType" : " regex" ,
17+ "description" : " Update Swift tools version in Package.swift" ,
18+ "fileMatch" : [
19+ " Package\\ .swift"
20+ ],
21+ "matchDatasources" : [
22+ " github-releases"
23+ ],
24+ "matchStrings" : [
25+ " swift-tools-version:\\ s*(?<currentValue>\\ d+\\ .\\ d+\\ .\\ d+)"
26+ ],
27+ "datasourceTemplate" : " github-releases" ,
28+ "depNameTemplate" : " swiftlang/swift" ,
29+ "extractVersionTemplate" : " ^swift-(?<version>.*)-RELEASE$"
30+ }
31+ ],
1432 "packageRules" : [
1533 {
1634 "groupName" : " Swift non-major dependencies" ,
5977 " renovate" ,
6078 " mint"
6179 ]
62- },
63- {
64- "customType" : " regex" ,
65- "description" : " Update Swift tools version in Package.swift" ,
66- "fileMatch" : [
67- " Package\\ .swift"
68- ],
69- "matchDatasources" : [
70- " github-releases"
71- ],
72- "matchStrings" : [
73- " swift-tools-version:\\ s*(?<currentValue>\\ d+\\ .\\ d+\\ .\\ d+)"
74- ],
75- "datasourceTemplate" : " github-releases" ,
76- "depNameTemplate" : " swiftlang/swift" ,
77- "extractVersionTemplate" : " ^swift-(?<version>.*)-RELEASE$" ,
78- "labels" : [
79- " dependencies" ,
80- " renovate" ,
81- " swift-tools-version"
82- ]
8380 }
8481 ],
8582 "labels" : [
You can’t perform that action at this time.
0 commit comments