Skip to content

Commit

Permalink
chore: sync renovate cron with preset 'maintainLockFilesWeekly' (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Feb 25, 2024
1 parent 6b8ff67 commit 916cb37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Expand Up @@ -35,5 +35,5 @@ jobs:
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 * * * 0,6'
- cron: '*/15 0-3 * * 1'
workflow_dispatch: null
Expand Up @@ -35,5 +35,5 @@ jobs:
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 * * * 0,6'
- cron: '*/15 0-3 * * 1'
workflow_dispatch: null

0 comments on commit 916cb37

Please sign in to comment.