Skip to content

Commit e62a752

Browse files
authored
Merge pull request #12 from octo/renovate
ci: Pass the repository to Renovate.
2 parents 479f526 + 7c31b75 commit e62a752

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/renovate.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
14-
14+
1515
- name: Self-hosted Renovate
1616
uses: renovatebot/github-action@v39.0.5
1717
with:
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919
configurationFile: .renovate.json
2020
env:
21-
LOG_LEVEL: 'debug'
21+
LOG_LEVEL: 'info'
22+
RENOVATE_REPOSITORIES: ${{ github.repository }}

0 commit comments

Comments
 (0)