Skip to content

Commit

Permalink
Revert overly smart schedule for upgrade PRs (#999)
Browse files Browse the repository at this point in the history
* Revert overly smart schedule for upgrade PRs

* comment grammar
  • Loading branch information
ml-evs authored Nov 10, 2024
1 parent d381512 commit 0cca310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependable-bot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Automatic `uv` dependency upgrades
on:
schedule:
- cron: "0 0 1-7,15-21 * 3"
- cron: "4 3 * * 3" # Wednesdays in the early morning
workflow_dispatch:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yarn-upgrade-bot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Automatic `yarn` dependency upgrades
on:
schedule:
- cron: "0 0 8-14,21-31 * 3"
- cron: "5 3 * * 3" # Wednesdays in the early morning
workflow_dispatch:

permissions:
Expand Down

0 comments on commit 0cca310

Please sign in to comment.