File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 'customManagers:githubActionsVersions' ,
77 ] ,
88 packageRules : [
9+
10+ // ── Scheduling & grouping ──────────────────────────────────────────
11+
912 {
10- // this is to reduce the number of renovate PRs by consolidating them into a weekly batch
13+ // group all patch updates into a single weekly PR
14+ groupName : 'all patch versions' ,
15+ matchUpdateTypes : [
16+ 'patch' ,
17+ ] ,
18+ schedule : [
19+ 'before 8am on Tuesday' ,
20+ ] ,
21+ } ,
22+ {
23+ // group all GitHub Actions updates into a single weekly PR
24+ // (must be after patch rule so that it wins for GH Action patches)
1125 matchManagers : [
1226 'github-actions' ,
1327 ] ,
1630 ] ,
1731 groupName : 'github actions' ,
1832 } ,
33+
34+ // ── Disabled updates ───────────────────────────────────────────────
35+
1936 {
2037 // pin opentelemetry-api dependency to: avoid churn, for conservative api version requirement,
2138 // and because opentelemetry-api is a compileOnly dependency
You can’t perform that action at this time.
0 commit comments