File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1- name : trig Renovate
21on :
32 workflow_call :
43 inputs :
7271 -H "Accept: application/vnd.github+json" \
7372 -H "X-GitHub-Api-Version: 2022-11-28" \
7473 /repos/$RENOVATE_REPO/dispatches \
75- -f "event_type=trigger- renovate" -F "client_payload[repoCache]=$CACHE"
74+ -f "event_type=renovate" -F "client_payload[repoCache]=$CACHE"
Original file line number Diff line number Diff line change 11name : Renovate
22on :
33 repository_dispatch :
4- types : [trigger-renovate]
4+ types : [renovate]
5+ schedule :
6+ # Run every 30 minutes:
7+ - cron : " 0,30 * * * *"
58
69permissions : {}
710
Original file line number Diff line number Diff line change 2121 - " main"
2222 # https://docs.renovatebot.com/config-validation/#validation-of-renovate-config-change-prs
2323 - " renovate/reconfigure"
24- schedule :
25- # Run every 30 minutes:
26- - cron : " 0,30 * * * *"
2724 # This lets you dispatch a renovate job with different cache options if you want to reset or disable the cache manually.
2825 workflow_dispatch :
2926 inputs :
3936permissions : {}
4037
4138jobs :
42- trigger- renovate :
39+ renovate :
4340 uses : 4m-mazi/gh-test/.github/workflows/_renovate.yml@main
4441 with :
4542 renovate_actor : " mazi-renovate[bot]"
You can’t perform that action at this time.
0 commit comments