diff --git a/.github/workflows/dependency-update.yaml b/.github/workflows/dependency-update.yaml index 4323668de..5f0c86f97 100644 --- a/.github/workflows/dependency-update.yaml +++ b/.github/workflows/dependency-update.yaml @@ -5,7 +5,8 @@ on: branches: [main, master] schedule: # https://crontab.guru/ - - cron: '0 4 * * *' + # once a day + - cron: '0 0 * * *' jobs: update-versions-with-renovate: