We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed680dd commit a9ef1f8Copy full SHA for a9ef1f8
renovate.json
@@ -10,8 +10,18 @@
10
},
11
{
12
"matchUpdateTypes": ["minor"],
13
+ "matchManagers": ["js"],
14
"dependencyDashboardApproval": true
15
16
+ {
17
+ "matchUpdateTypes": ["minor"],
18
+ "matchManagers": ["!js"],
19
+ "schedule": ["before 3am on Monday"]
20
+ },
21
22
+ "matchManagers": ["ci"],
23
24
25
26
"matchPackageNames": ["@opentelemetry/api"],
27
"rangeStrategy": "widen"
0 commit comments