Compare commits

...

2 Commits

Author SHA1 Message Date
3104b46c36 chore(deps): update ghcr.io/renovatebot/renovate:latest docker digest to cf59755 2024-10-13 10:42:52 +00:00
ac97191558 chore(deps): update actions/checkout digest to eef6144 (#9)
All checks were successful
renovate / renovate (push) Successful in 1m33s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://github.com/actions/checkout) | action | digest | `692973e` -> `eef6144` |

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjM4LjExMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #9
Co-authored-by: Renovate Bot <renovatebot@schulze.network>
Co-committed-by: Renovate Bot <renovatebot@schulze.network>
2024-10-13 12:42:24 +02:00

View File

@ -10,9 +10,9 @@ on:
jobs: jobs:
renovate: renovate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest@sha256:06665449c11c61011319ef8f1cd6e00a265d2692e84586f964ba368d4f67591d container: ghcr.io/renovatebot/renovate:latest@sha256:cf59755d526dbb54721779679cf124d6ea2e569b14424cac047ba304cadc6bb7
steps: steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- run: renovate - run: renovate
env: env:
RENOVATE_CONFIG_FILE: "/workspace/renovate-bot/renovate-config/config.js" RENOVATE_CONFIG_FILE: "/workspace/renovate-bot/renovate-config/config.js"