File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 44
55name : Renovate
66
7- on :
7+ on :
88 # Allows you to run this workflow manually from the Actions tab
99 workflow_dispatch :
1010 # Runs the workflow on a schedule (e.g., every day at 2 AM)
1111 schedule :
1212 - cron : ' 0 2 * * *'
13+ push :
14+ paths :
15+ - .github/renovate.json
16+ - .github/workflows/renovate.yml
1317
1418jobs :
1519 renovate :
3135 token : ${{ secrets.GITHUB_TOKEN }} # required to create PRs/issues
3236 configurationFile : .github/renovate.json
3337 env :
34- RENOVATE_REPOSITORIES : ${{ github.repository }} # scan current repo
35-
36- # Optional: run your build/test workflow after Renovate finishes
37- build_and_test :
38- needs : renovate
39- uses : ./.github/workflows/build-and-test.yml
38+ RENOVATE_REPOSITORIES : ${{ github.repository }} # scan current repo
You can’t perform that action at this time.
0 commit comments