|
10 | 10 | { |
11 | 11 | "description": "Group GitHub Actions updates for one review pass.", |
12 | 12 | "matchManagers": ["github-actions"], |
13 | | - "groupName": "GitHub Actions", |
14 | | - "schedule": ["* 21-23 * * 0"] |
| 13 | + "groupName": "GitHub Actions" |
15 | 14 | }, |
16 | 15 | { |
17 | 16 | "description": "Group AI SDK and provider patch/minor updates.", |
|
34 | 33 | "/^@qdrant\\//" |
35 | 34 | ], |
36 | 35 | "matchUpdateTypes": ["minor", "patch"], |
37 | | - "groupName": "AI SDKs and providers", |
38 | | - "schedule": ["* 21-23 * * 0"] |
| 36 | + "groupName": "AI SDKs and providers" |
39 | 37 | }, |
40 | 38 | { |
41 | 39 | "description": "Group frontend and UI patch/minor updates.", |
|
53 | 51 | "/^@tailwindcss\\//" |
54 | 52 | ], |
55 | 53 | "matchUpdateTypes": ["minor", "patch"], |
56 | | - "groupName": "Frontend and UI stack", |
57 | | - "schedule": ["* 21-23 * * 0"] |
| 54 | + "groupName": "Frontend and UI stack" |
58 | 55 | }, |
59 | 56 | { |
60 | 57 | "description": "Group test and build tooling patch/minor updates.", |
|
77 | 74 | "/^eslint($|-)/" |
78 | 75 | ], |
79 | 76 | "matchUpdateTypes": ["minor", "patch"], |
80 | | - "groupName": "Build, lint, and test tooling", |
81 | | - "schedule": ["* 21-23 * * 0"] |
| 77 | + "groupName": "Build, lint, and test tooling" |
82 | 78 | }, |
83 | 79 | { |
84 | 80 | "description": "Automerge low-risk patch updates for DefinitelyTyped packages.", |
|
0 commit comments