Skip to content

Commit d874d2f

Browse files
chore: loosen renovate scheduling window (#167)
Co-authored-by: Roomote <roomote@roocode.com>
1 parent ea09844 commit d874d2f

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

renovate.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
{
1111
"description": "Group GitHub Actions updates for one review pass.",
1212
"matchManagers": ["github-actions"],
13-
"groupName": "GitHub Actions",
14-
"schedule": ["* 21-23 * * 0"]
13+
"groupName": "GitHub Actions"
1514
},
1615
{
1716
"description": "Group AI SDK and provider patch/minor updates.",
@@ -34,8 +33,7 @@
3433
"/^@qdrant\\//"
3534
],
3635
"matchUpdateTypes": ["minor", "patch"],
37-
"groupName": "AI SDKs and providers",
38-
"schedule": ["* 21-23 * * 0"]
36+
"groupName": "AI SDKs and providers"
3937
},
4038
{
4139
"description": "Group frontend and UI patch/minor updates.",
@@ -53,8 +51,7 @@
5351
"/^@tailwindcss\\//"
5452
],
5553
"matchUpdateTypes": ["minor", "patch"],
56-
"groupName": "Frontend and UI stack",
57-
"schedule": ["* 21-23 * * 0"]
54+
"groupName": "Frontend and UI stack"
5855
},
5956
{
6057
"description": "Group test and build tooling patch/minor updates.",
@@ -77,8 +74,7 @@
7774
"/^eslint($|-)/"
7875
],
7976
"matchUpdateTypes": ["minor", "patch"],
80-
"groupName": "Build, lint, and test tooling",
81-
"schedule": ["* 21-23 * * 0"]
77+
"groupName": "Build, lint, and test tooling"
8278
},
8379
{
8480
"description": "Automerge low-risk patch updates for DefinitelyTyped packages.",

0 commit comments

Comments
 (0)