Skip to content

Commit

Permalink
ci(renovate): スケジュールの頻度を低下
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Oct 30, 2024
1 parent 4ec963b commit 18e4252
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@
"extends": [
"config:base",
":automergeMinor",
":disableDependencyDashboard",
":prHourlyLimitNone",
":timezone(Asia/Tokyo)"
],
"timezone": "Asia/Tokyo",
"schedule": [
// "every monday and thursday at 7:00",
"* 7 * * 1,4"
],
"dependencyDashboard": false,
"labels": [
"dependencies"
],
Expand Down

0 comments on commit 18e4252

Please sign in to comment.