Skip to content

Commit ab7dc81

Browse files
fix: deps to update once in a month
1 parent 1176280 commit ab7dc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Update dependencies
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: "0 0 * * *"
6+
- cron: "0 0 1 * *"
77

88
jobs:
99
update-dependencies:

0 commit comments

Comments
 (0)