Skip to content

Commit

Permalink
Update update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eihigh authored May 8, 2024
1 parent add57a0 commit d0be4d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Update dependencies and create pull request

on:
workflow_dispatch:
schedule:
- cron: "0 3 * * 1"

jobs:
update:
Expand All @@ -20,4 +22,4 @@ jobs:
with:
commit-message: '[create-pull-request] update dependencies'
title: 'Update dependencies'
delete-branch: true
delete-branch: true

0 comments on commit d0be4d9

Please sign in to comment.