Compare commits

..

4 commits

Author SHA1 Message Date
9addf06ffb fix(deps): update ghcr.io/renovatebot/renovate docker tag to v38 2024-07-27 01:56:21 +00:00
03b6db7665
on push
All checks were successful
/ Renovate (push) Successful in 4m3s
2024-07-26 20:53:52 -05:00
59f70e50c0
try workflow dispatch again 2024-07-26 20:52:24 -05:00
0529706565
Add SSH for private repos. 2024-07-26 20:49:47 -05:00

View file

@ -1,6 +1,9 @@
on: on:
schedule: schedule:
- cron: '*/30 * * * *' - cron: '*/30 * * * *'
push:
branches: ["main"]
paths: [".forgejo/workflows/renovate.yaml"]
# workflow_dispatch: # workflow_dispatch:
# inputs: # inputs:
# dryRun: # dryRun:
@ -20,7 +23,13 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with: with:
show-progress: false show-progress: false
- name: Write ssh key
id: sshkey
uses: https://github.com/timheuer/base64-to-file@v1
with:
encodedString: "${{ secrets.SSH_USER }}"
fileName: id_ed25519
fileDir: ~/.ssh
- name: Renovate - name: Renovate
uses: ./.forgejo/actions/renovate uses: ./.forgejo/actions/renovate
with: with: