diff --git a/.github/workflows/update_dependencies.yml b/.github/workflows/update_dependencies.yml index 3f7b40b..d078840 100644 --- a/.github/workflows/update_dependencies.yml +++ b/.github/workflows/update_dependencies.yml @@ -22,6 +22,6 @@ jobs: uses: actions/checkout@v4 - name: Setup node 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 + # - env: + # LOG_LEVEL: debug + - run: npx renovate --token ${{ secrets.GITHUB_TOKEN }} --platform github --autodiscover \ No newline at end of file