You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// this is to reduce the number of renovate PRs by consolidating them into a weekly batch
10
+
"matchManagers": ["github-actions"],
11
+
"extends": ["schedule:weekly"],
12
+
"groupName": "github actions"
13
+
},
7
14
{
8
15
// pin opentelemetry-api dependency to: avoid churn, for conservative api version requirement, and because opentelemetry-api is a compileOnly dependency
0 commit comments