Skip to content

Commit 28c5968

Browse files
committed
Avoid daily updates of VS packages
1 parent 37e48d0 commit 28c5968

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
{
3535
"matchPackageNames": ["Microsoft.VisualStudio.Internal.MicroBuild*"],
3636
"groupName": "microbuild"
37+
},
38+
{
39+
"matchPackageNames": ["Microsoft.VisualStudio.*"],
40+
"matchUpdateTypes": ["patch"],
41+
"enabled": false
3742
}
3843
]
3944
}

0 commit comments

Comments
 (0)