Skip to content

Commit

Permalink
chore: 平日のみにrenovateが実行されるように変更
Browse files Browse the repository at this point in the history
  • Loading branch information
atzzCokeK committed Apr 11, 2024
1 parent 1c185b5 commit 095cc8f
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 095cc8f

Please sign in to comment.