Skip to content

Commit efb6891

Browse files
committed
fixup! ci: renovate
1 parent e361e46 commit efb6891

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/workflows/_renovate.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
name: trig Renovate
21
on:
32
workflow_call:
43
inputs:
@@ -72,4 +71,4 @@ jobs:
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"

.github/workflows/renovate.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Renovate
22
on:
33
repository_dispatch:
4-
types: [trigger-renovate]
4+
types: [renovate]
5+
schedule:
6+
# Run every 30 minutes:
7+
- cron: "0,30 * * * *"
58

69
permissions: {}
710

.github/workflows/trigger_renovate.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ on:
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:
@@ -39,7 +36,7 @@ on:
3936
permissions: {}
4037

4138
jobs:
42-
trigger-renovate:
39+
renovate:
4340
uses: 4m-mazi/gh-test/.github/workflows/_renovate.yml@main
4441
with:
4542
renovate_actor: "mazi-renovate[bot]"

0 commit comments

Comments
 (0)