Skip to content

Commit 24635e6

Browse files
committed
allow renovate to run concurrently and have more detailed logs
1 parent c5febab commit 24635e6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/renovate.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
renovate:
1010
runs-on: ubuntu-24.04
11+
concurrency:
12+
group: renovate
13+
cancel-in-progress: true
1114

1215
permissions:
1316
contents: write
@@ -22,3 +25,4 @@ jobs:
2225
token: ${{ secrets.RENOVATE_TOKEN }}
2326
env:
2427
RENOVATE_CONFIG_FILE: ".github/renovate.json"
28+
LOG_LEVEL: debug

0 commit comments

Comments
 (0)