Skip to content

Commit

Permalink
Dispatch renovate workflow manually
Browse files Browse the repository at this point in the history
Signed-off-by: Marcelo E. Magallon <[email protected]>
  • Loading branch information
mem committed Jun 27, 2024
1 parent 2a8ebd3 commit 687aae8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Renovate
on:
schedule:
- cron: '0 */4 * * *'
workflow_dispatch:
jobs:
renovate:
permissions:
Expand All @@ -16,8 +17,8 @@ jobs:
uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a #v2.1.0
with:
revoke: true
app_id: ${{ secrets.RENOVATEGRAFANABOT_ID }}
private_key: ${{ secrets.RENOVATEGRAFANABOT_PEM }}
app_id: ${{ secrets.RENOVATEGRAFANA_ID }}
private_key: ${{ secrets.RENOVATEGRAFANA_PEM }}
- name: Self-hosted Renovate
uses: renovatebot/[email protected] #v.39.0.5
with:
Expand Down

0 comments on commit 687aae8

Please sign in to comment.