diff --git a/.github/workflows/update_dependencies.yml b/.github/workflows/update_dependencies.yml index cec9642..3f7b40b 100644 --- a/.github/workflows/update_dependencies.yml +++ b/.github/workflows/update_dependencies.yml @@ -1,11 +1,11 @@ name: Update dependencies on: - # push: - # branches: - # - main - schedule: - - cron: '7 0 * * 1' + push: + branches: + - main + # schedule: + # - cron: '7 0 * * 1' concurrency: group: any @@ -24,4 +24,4 @@ jobs: uses: actions/setup-node@v4 - env: LOG_LEVEL: debug - - run: npx renovate --token ${{ secrets.GITHUB_TOKEN }} --platform github --autodiscover \ No newline at end of file + run: npx renovate --token ${{ secrets.GITHUB_TOKEN }} --platform github --autodiscover \ No newline at end of file