Skip to content

Commit

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

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

jobs:
test:
runs-on: ubuntu-latest

steps:
- name: Setup repo
uses: actions/checkout@v4

- name: Update dependency
uses: hasundue/molt-action@v1-rc

0 comments on commit 5e5e2f6

Please sign in to comment.