|
21 | 21 | "**/__fixtures__/**" |
22 | 22 | ], |
23 | 23 | "customManagers": [ |
24 | | - { |
25 | | - "customType": "regex", |
26 | | - "managerFilePatterns": ["/\\.(?:cs|fs|vb)proj$/", "/\\.(?:props|targets)$/"], |
27 | | - "matchStrings": [ |
28 | | - "<PackageReference\\s+Include=\"(?<depName>[^\"]+)\"\\s+Version=\"\\[(?<currentValue>[^,]+),.*\"", |
29 | | - "<Project\\s+Sdk=\"(?<depName>[^\"]+)/(?<currentValue>[^,]+)\">" |
30 | | - ], |
31 | | - "datasourceTemplate": "nuget", |
32 | | - "versioningTemplate": "nuget" |
33 | | - }, |
34 | 24 | { |
35 | 25 | "customType": "regex", |
36 | 26 | "managerFilePatterns": ["/\\.cs$/"], |
|
41 | 31 | ], |
42 | 32 | "packageRules": [ |
43 | 33 | { |
44 | | - "matchManagers": ["nuget", "custom.regex"], |
| 34 | + "matchManagers": ["nuget"], |
45 | 35 | "labels": ["dependency:nuget"], |
46 | 36 | "semanticCommits": "enabled", |
47 | 37 | "semanticCommitType": "chore", |
|
69 | 59 | { |
70 | 60 | "groupName": "Testcontainers packages", |
71 | 61 | "groupSlug": "testcontainers-packages", |
72 | | - "matchManagers": ["nuget", "custom.regex"], |
| 62 | + "matchManagers": ["nuget"], |
73 | 63 | "matchPackageNames": ["Testcontainers", "Testcontainers.*"] |
74 | 64 | }, |
75 | 65 | { |
76 | 66 | "groupName": "TUnit packages", |
77 | 67 | "groupSlug": "tunit-packages", |
78 | | - "matchManagers": ["nuget", "custom.regex"], |
| 68 | + "matchManagers": ["nuget"], |
79 | 69 | "matchPackageNames": ["TUnit", "TUnit.*"] |
80 | 70 | }, |
81 | 71 | { |
82 | 72 | "groupName": "XUnit.V3 packages", |
83 | 73 | "groupSlug": "xunit-v3-packages", |
84 | | - "matchManagers": ["nuget", "custom.regex"], |
| 74 | + "matchManagers": ["nuget"], |
85 | 75 | "matchPackageNames": ["XUnit.V3", "XUnit.V3.*"] |
86 | 76 | }, |
87 | 77 | { |
88 | 78 | "groupName": "Microsoft Entity Framework", |
89 | 79 | "groupSlug": "microsoft-entity-framework", |
90 | | - "matchManagers": ["nuget", "custom.regex"], |
| 80 | + "matchManagers": ["nuget"], |
91 | 81 | "matchPackageNames": ["Microsoft.EntityFrameworkCore", "Microsoft.EntityFrameworkCore.*"] |
| 82 | + }, |
| 83 | + { |
| 84 | + "groupName": "OpenTelemetry Instrumentation packages", |
| 85 | + "groupSlug": "opentelemetry-instrumentation-packages", |
| 86 | + "matchManagers": ["nuget"], |
| 87 | + "matchPackageNames": ["OpenTelemetry.Instrumentation.*"] |
92 | 88 | } |
93 | 89 | ] |
94 | 90 | } |
0 commit comments