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:
@ -14,13 +17,19 @@ jobs:
name: Renovate name: Renovate
runs-on: docker runs-on: docker
container: container:
image: ghcr.io/renovatebot/renovate:37.440.7@sha256:1ee424e0ed4d8e64e5bb2d442d6bc72b3809bb9d0cf804f4b7180caa47d6002a image: ghcr.io/renovatebot/renovate:38.8.1@sha256:ec0a45b9c5e5210f363165529c2ee3292efc0dc9c06800f0baa3435db2e67c96
steps: steps:
- name: Checkout - name: Checkout
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: