Skip to content

Commit

Permalink
perf: tweak schedule (#22)
Browse files Browse the repository at this point in the history
- it starts to early in the morning, leading to failed checks
- it reaches to far into our working hours (we are at UTC+1)

Now it only provides update in the hour before our dailies, and in the
evening in the last two hours before the segments are hibernates
  • Loading branch information
karfau authored Dec 9, 2024
1 parent ba29e3f commit 0581ed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ All major version bumps need to be triggered manually from the dependency dashbo
"dependencyDashboardApproval": true
}
],
"schedule": ["* 7-9,18-19 * * 1-5"]
"schedule": ["* 8,18-19 * * 1-5"]
}
```

Expand Down
2 changes: 1 addition & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"packageRules": [
{"matchUpdateTypes": ["major"], "dependencyDashboardApproval": true}
],
"schedule": ["* 7-9,18-19 * * 1-5"]
"schedule": ["* 8,18-19 * * 1-5"]
}

0 comments on commit 0581ed3

Please sign in to comment.