Skip to content

Commit 9096dea

Browse files
committed
feat: set debug log level in Renovate configuration
1 parent 8eb0536 commit 9096dea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/renovate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
jobs:
1111
renovate:
1212
runs-on: ubuntu-latest
13+
env:
14+
LOG_LEVEL: debug
1315
steps:
1416

1517
- name: Checkout

0 commit comments

Comments
 (0)