Browse Source

npm-update-bot.yml: check for updates every monday

pull/891/head
Philip H 1 year ago
committed by GitHub
parent
commit
a9cd3071c8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/npm-update-bot.yml

2
.github/workflows/npm-update-bot.yml

@ -4,7 +4,7 @@ on:
push: push:
branches: [ "master" ] branches: [ "master" ]
schedule: schedule:
- cron: "0 0 * * *" - cron: "0 0 * * 1"
jobs: jobs:
npmupbot: npmupbot:

Loading…
Cancel
Save