Skip to content

Commit bc7446e

Browse files
authored
Update ⬆️npm-upgrade.yml
1 parent 1ec3703 commit bc7446e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/⬆️npm-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 🚀 Dependency Update and Vulnerability Scan
22

33
on:
44
schedule:
5-
- cron: '0 2 * * 0' # Runs weekly on Sunday at 2 a.m. UTC
5+
- cron: '0 0 1 * *' # Runs monthly
66
workflow_dispatch: # Allows manual triggering
77

88
jobs:

0 commit comments

Comments
 (0)