Skip to content

Commit

Permalink
ci: set required global option 'repositories' (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
karelvanhecke authored Nov 5, 2024
1 parent cf14d87 commit d0a2a4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Renovate
on:
schedule:
- cron: '0 * * * *'
workflow_dispatch:

jobs:
renovate:
Expand All @@ -23,4 +24,5 @@ jobs:
uses: renovatebot/github-action@80eaf969abf68ad62aa94d9ab392421b31621634 # v40.3.4
with:
token: '${{ steps.app-token.outputs.token }}'
configurationFile: renovate.json
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}

0 comments on commit d0a2a4c

Please sign in to comment.