Skip to content

Commit 7b95c0b

Browse files
committed
build: test
Signed-off-by: Paulo Gomes <[email protected]>
1 parent 1dc09ba commit 7b95c0b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/renovate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ jobs:
2424
with:
2525
configurationFile: .renovate.json
2626
token: '${{ steps.get_token.outputs.token }}'
27+
env:
28+
LOG_LEVEL: 'debug'

.renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>qubesome/.github"]
3+
"extends": ["github>qubesome/.github#renovate"]
44
}

0 commit comments

Comments
 (0)