npm-update-bot.yml: check for updates every monday
This commit is contained in:
parent
925a47d15a
commit
a9cd3071c8
|
@ -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…
Reference in New Issue