Skip to content

Commit a9ef1f8

Browse files
Update renovate.json to include matchManagers rules
1 parent ed680dd commit a9ef1f8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,18 @@
1010
},
1111
{
1212
"matchUpdateTypes": ["minor"],
13+
"matchManagers": ["js"],
1314
"dependencyDashboardApproval": true
1415
},
16+
{
17+
"matchUpdateTypes": ["minor"],
18+
"matchManagers": ["!js"],
19+
"schedule": ["before 3am on Monday"]
20+
},
21+
{
22+
"matchManagers": ["ci"],
23+
"schedule": ["before 3am on Monday"]
24+
},
1525
{
1626
"matchPackageNames": ["@opentelemetry/api"],
1727
"rangeStrategy": "widen"

0 commit comments

Comments
 (0)