Skip to content

Commit bdf780d

Browse files
Migrate config .github/renovate.json (#483)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f6f12e4 commit bdf780d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/renovate.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"matchManagers": [
1111
"nuget"
1212
],
13-
"matchPackagePatterns": [
14-
"Microsoft.TeamFoundationServer.Client|Microsoft.VisualStudio.Services.InteractiveClient"
15-
],
16-
"groupName": "Azure DevOps Client"
13+
"groupName": "Azure DevOps Client",
14+
"matchPackageNames": [
15+
"/Microsoft.TeamFoundationServer.Client|Microsoft.VisualStudio.Services.InteractiveClient/"
16+
]
1717
}
1818
]
19-
}
19+
}

0 commit comments

Comments
 (0)