Skip to content

Commit

Permalink
debug renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
mucsi96 committed Jun 3, 2024
1 parent 40cecfb commit 087f66d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/update_dependencies.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -24,4 +24,4 @@ jobs:
uses: actions/setup-node@v4
- env:
LOG_LEVEL: debug
- run: npx renovate --token ${{ secrets.GITHUB_TOKEN }} --platform github --autodiscover
run: npx renovate --token ${{ secrets.GITHUB_TOKEN }} --platform github --autodiscover

0 comments on commit 087f66d

Please sign in to comment.