Compare commits

...

2 Commits

Author SHA1 Message Date
15dbb2da6d chore(deps): update oven/bun docker tag to v1.2.9
All checks were successful
ci/woodpecker/pr/docs Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
2025-04-14 19:52:55 +02:00
36656b5419 chore(deps): update woodpeckerci/plugin-ready-release-go docker tag to v3.1.4 (#175)
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/release-helper Pipeline was successful
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [woodpeckerci/plugin-ready-release-go](https://github.com/woodpecker-ci/plugin-ready-release-go) | patch | `3.1.3` -> `3.1.4` |

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0MC4wLjAtbmV4dC4xIiwidXBkYXRlZEluVmVyIjoiNDAuMC4wLW5leHQuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->

Reviewed-on: #175
Co-authored-by: renovate-bot <renovate@ocram85.com>
Co-committed-by: renovate-bot <renovate@ocram85.com>
2025-04-14 19:44:50 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ when:
steps:
release-helper:
image: woodpeckerci/plugin-ready-release-go:3.1.3
image: woodpeckerci/plugin-ready-release-go:3.1.4
settings:
debug: true
git_email: noreply@ocram85.com

View File

@ -1,4 +1,4 @@
FROM oven/bun:1.2.4 AS builder
FROM oven/bun:1.2.9 AS builder
ARG CI
ARG CI_COMMIT_PULL_REQUEST