Skip to content

Commit

Permalink
Update update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tani committed May 18, 2024
1 parent 5e5e2f6 commit 2a5ee47
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: Update dependencies

name: update

on:
push:
branches: ["main"]
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 0 1 * *'

permissions:
contents: read
contents: write
pull-requests: write

jobs:
test:
Expand Down

0 comments on commit 2a5ee47

Please sign in to comment.