From 40cecfb9c3b69640e48cae7e81d5b9af3222a87f Mon Sep 17 00:00:00 2001 From: Igor Bari Date: Mon, 3 Jun 2024 08:58:33 +0200 Subject: [PATCH] enable renoavte logs --- .github/renovate.json | 8 +++++++- .github/workflows/update_dependencies.yml | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index ded1c01..a177c3a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -11,5 +11,11 @@ } ], "labels": ["dependencies"], - "enabledManagers": ["github-actions", "npm", "pip_requirements"] + "enabledManagers": ["github-actions", "npm", "pip_requirements"], + "pip_requirements": { + "enabled": true, + "fileMatch": [ + "requirements.txt" + ] + }, } \ No newline at end of file diff --git a/.github/workflows/update_dependencies.yml b/.github/workflows/update_dependencies.yml index d99a026..cec9642 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 + - env: + LOG_LEVEL: debug - run: npx renovate --token ${{ secrets.GITHUB_TOKEN }} --platform github --autodiscover \ No newline at end of file