Skip to content

Commit e0081f2

Browse files
committed
feat: reduce minimum release age for Microsoft NuGet Packages in Renovate configuration
1 parent e394222 commit e0081f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"System.*"
2222
],
2323
"groupName": "Microsoft NuGet Packages",
24-
"minimumReleaseAge": "7 days"
24+
"minimumReleaseAge": "2 days"
2525
},
2626
{
2727
"description": "External packages",

0 commit comments

Comments
 (0)