Skip to content

Commit

Permalink
Merge pull request #162 from tatsutakein-jp/improve/GH-161
Browse files Browse the repository at this point in the history
ci(renovate): スケジュールの頻度を低下
  • Loading branch information
tatsutakein authored Oct 30, 2024
2 parents 4ec963b + 18e4252 commit 96d1f75
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 96d1f75

Please sign in to comment.