Skip to content

Commit

Permalink
enable renoavte logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mucsi96 committed Jun 3, 2024
1 parent aa29fab commit 40cecfb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
}
4 changes: 2 additions & 2 deletions .github/workflows/update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 40cecfb

Please sign in to comment.