We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6b55e8 + d79f5dd commit 296ad49Copy full SHA for 296ad49
.github/renovate.json
@@ -7,7 +7,7 @@
7
"group:recommended"
8
],
9
"rangeStrategy": "pin",
10
- "schedule": ["before 8am on weekdays"],
+ "schedule": ["0 8 * * 1-5"],
11
"labels": ["dependencies"],
12
"lockFileMaintenance": {
13
"enabled": true
.github/workflows/project-ci.yaml
@@ -5,7 +5,7 @@ on:
5
branches: [main]
6
pull_request:
schedule:
- - cron: '0 8 * * 1'
+ - cron: '0 8 * * 1-5'
workflow_dispatch:
jobs:
0 commit comments