Skip to content

Commit 296ad49

Browse files
authored
Merge pull request #215 from CCPBioSim/214-action-required-fix-renovate-configuration
Switch GitHub Workflows to Standard Cron Schedule
2 parents e6b55e8 + d79f5dd commit 296ad49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"group:recommended"
88
],
99
"rangeStrategy": "pin",
10-
"schedule": ["before 8am on weekdays"],
10+
"schedule": ["0 8 * * 1-5"],
1111
"labels": ["dependencies"],
1212
"lockFileMaintenance": {
1313
"enabled": true

.github/workflows/project-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [main]
66
pull_request:
77
schedule:
8-
- cron: '0 8 * * 1'
8+
- cron: '0 8 * * 1-5'
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)