update pre-commit cadence (#3245)

This commit is contained in:
salman
2025-11-04 13:43:40 +00:00
committed by GitHub
parent 01a346d86a
commit c37decb073

View File

@@ -2,7 +2,7 @@ name: Pre-commit auto-update
on:
schedule:
- cron: '0 0 * * 0' # Run weekly
- cron: '0 0 1 * *' # Run monthly
workflow_dispatch: # Manual kickoff
jobs: