From 087f66d069d40a5c19c3a825d47723de60c9c6ea Mon Sep 17 00:00:00 2001 From: Igor Bari Date: Mon, 3 Jun 2024 09:01:15 +0200 Subject: [PATCH] debug renovate --- .github/workflows/update_dependencies.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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