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

This commit is contained in:
Philip H 2024-03-09 18:21:44 +01:00 committed by GitHub
parent 925a47d15a
commit a9cd3071c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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