We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec3703 commit bc7446eCopy full SHA for bc7446e
.github/workflows/⬆️npm-upgrade.yml
@@ -2,7 +2,7 @@ name: 🚀 Dependency Update and Vulnerability Scan
2
3
on:
4
schedule:
5
- - cron: '0 2 * * 0' # Runs weekly on Sunday at 2 a.m. UTC
+ - cron: '0 0 1 * *' # Runs monthly
6
workflow_dispatch: # Allows manual triggering
7
8
jobs:
0 commit comments