Skip to content

Commit 93e05ed

Browse files
authored
ci: Renovate update (#6901)
1 parent f862556 commit 93e05ed

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/renovate.json5

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:recommended", ":enablePreCommit"], // ":maintainLockFilesMonthly"
4-
"schedule": ["on tuesday"],
4+
"schedule": ["after 12am and before 5am on monday"],
55
"enabledManagers": ["github-actions", "pre-commit"], // pixi
66
"commitMessagePrefix": "chore(bot):",
77
"automerge": true,
@@ -16,7 +16,8 @@
1616
{
1717
"matchManagers": ["github-actions"],
1818
"matchPackageNames": ["holoviz-dev/holoviz_tasks"],
19-
"minimumReleaseAge": "0 days"
19+
"minimumReleaseAge": "0 days",
20+
"schedule": ["after 12am and before 5am"]
2021
},
2122
{
2223
"groupName": "pre-commit dependencies",

0 commit comments

Comments
 (0)