Skip to content

Commit

Permalink
Merge pull request #28 from kufu/update-schedule
Browse files Browse the repository at this point in the history
chore: 平日のみにrenovateが実行されるように変更
  • Loading branch information
atzzCokeK authored Apr 12, 2024
2 parents 1c185b5 + 095cc8f commit 0977891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
":label(renovate)",
":semanticCommitScopeDisabled"
],
"schedule": "after 8am and before 5pm",
"schedule": "after 8am and before 5pm every weekday",
"npm": {
"extends": [
":noUnscheduledUpdates",
Expand Down

0 comments on commit 0977891

Please sign in to comment.