Skip to content

Commit

Permalink
Update actions and dev deps every 3 months.
Browse files Browse the repository at this point in the history
  • Loading branch information
jab committed Feb 17, 2024
1 parent ebd26d1 commit d6303e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: update GitHub Actions
"on":
workflow_dispatch:
schedule:
# Second day of each month at noon
- cron: "0 12 2 * *"
# Second day of every third month at noon
- cron: "0 12 2 */3 *"

jobs:
main:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_dev_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: update dev deps

"on":
schedule:
# First day of each month at noon
- cron: "0 12 1 * *"
# First day of every third month at noon
- cron: "0 12 1 */3 *"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit d6303e7

Please sign in to comment.