npm-update-bot.yml: check for updates every monday
This commit is contained in:
2
.github/workflows/npm-update-bot.yml
vendored
2
.github/workflows/npm-update-bot.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
- cron: "0 0 * * 1"
|
||||
|
||||
jobs:
|
||||
npmupbot:
|
||||
|
||||
Reference in New Issue
Block a user