File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1- name : update- versions- with- renovate
1+ name : Update versions with renovate
22
33on :
44 schedule :
55 # Once a week
66 - cron : ' 0 0 * * 0'
77 workflow_dispatch :
8+ # TODO: remove once permission issue is resolved
9+ pull_request :
10+ branches :
11+ - main
812
913jobs :
1014 renovate :
@@ -13,14 +17,15 @@ jobs:
1317 permissions :
1418 contents : write
1519 pull-requests : write
20+ issues : write
1621 steps :
1722 - name : checkout
1823 uses : actions/checkout@v6
19- - name : run renovate (dry-run on PRs)
24+ - name : run renovate
2025 uses :
renovatebot/[email protected] 2126 with :
2227 token : ${{ secrets.GITHUB_TOKEN }}
2328 configurationFile : renovate.json
2429 env :
25- LOG_LEVEL : info
30+ LOG_LEVEL : debug
2631 RENOVATE_REPOSITORIES : ${{ github.repository }}
You can’t perform that action at this time.
0 commit comments