Skip to content

Commit 555fca6

Browse files
Update renovate.json to use matchManagers (#6141)
1 parent b711a81 commit 555fca6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,14 @@
2727
},
2828
{
2929
"matchUpdateTypes": ["minor"],
30+
"matchManagers": ["js"],
3031
"dependencyDashboardApproval": true
3132
},
33+
{
34+
"matchUpdateTypes": ["minor"],
35+
"matchManagers": ["!js"],
36+
"schedule": ["before 3am on Monday"]
37+
},
3238
{
3339
"matchUpdateTypes": ["major"],
3440
"schedule": ["before 3am on Monday"]

0 commit comments

Comments
 (0)