Skip to content

Commit 0d56870

Browse files
chore(deps): update dependency goreleaser to v2.13.3 (#234)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [goreleaser](https://goreleaser.com) | minor | `2.12.5` → `2.13.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), 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 --- ## Need help? You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section. <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My45LjAiLCJ1cGRhdGVkSW5WZXIiOiI0My45LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInVwZGF0ZS1taW5vciJdfQ==--> Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: Igor Suleymanov <radiohead@users.noreply.github.com>
1 parent c6abc81 commit 0d56870

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"go@1.26",
55
"golangci-lint@2.9",
6-
"goreleaser@2.12.5",
6+
"goreleaser@2.13.3",
77
"python312@3.12.12"
88
],
99
"shell": {

devbox.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -101,51 +101,51 @@
101101
}
102102
}
103103
},
104-
"goreleaser@2.12.5": {
105-
"last_modified": "2025-10-07T08:41:47Z",
106-
"resolved": "github:NixOS/nixpkgs/bce5fe2bb998488d8e7e7856315f90496723793c#goreleaser",
104+
"goreleaser@2.13.3": {
105+
"last_modified": "2026-01-23T17:20:52Z",
106+
"resolved": "github:NixOS/nixpkgs/a1bab9e494f5f4939442a57a58d0449a109593fe#goreleaser",
107107
"source": "devbox-search",
108-
"version": "2.12.5",
108+
"version": "2.13.3",
109109
"systems": {
110110
"aarch64-darwin": {
111111
"outputs": [
112112
{
113113
"name": "out",
114-
"path": "/nix/store/3p4hpzdmsfyvnzkydz0cksh3y02sbjx9-goreleaser-2.12.5",
114+
"path": "/nix/store/04l59s6yaxfn4mx6m0wcvkk4skzawd9y-goreleaser-2.13.3",
115115
"default": true
116116
}
117117
],
118-
"store_path": "/nix/store/3p4hpzdmsfyvnzkydz0cksh3y02sbjx9-goreleaser-2.12.5"
118+
"store_path": "/nix/store/04l59s6yaxfn4mx6m0wcvkk4skzawd9y-goreleaser-2.13.3"
119119
},
120120
"aarch64-linux": {
121121
"outputs": [
122122
{
123123
"name": "out",
124-
"path": "/nix/store/cdi2az9x0ywa6v97vg4s79iq48irrwj8-goreleaser-2.12.5",
124+
"path": "/nix/store/4b8y96z5wsn04glwhqy9nl4jj2x12ic0-goreleaser-2.13.3",
125125
"default": true
126126
}
127127
],
128-
"store_path": "/nix/store/cdi2az9x0ywa6v97vg4s79iq48irrwj8-goreleaser-2.12.5"
128+
"store_path": "/nix/store/4b8y96z5wsn04glwhqy9nl4jj2x12ic0-goreleaser-2.13.3"
129129
},
130130
"x86_64-darwin": {
131131
"outputs": [
132132
{
133133
"name": "out",
134-
"path": "/nix/store/95x8dv21xgkhi3rwzqmswphb8xpw32r1-goreleaser-2.12.5",
134+
"path": "/nix/store/f0x8i0j9bqmif4jx79z28kxqz8ak694h-goreleaser-2.13.3",
135135
"default": true
136136
}
137137
],
138-
"store_path": "/nix/store/95x8dv21xgkhi3rwzqmswphb8xpw32r1-goreleaser-2.12.5"
138+
"store_path": "/nix/store/f0x8i0j9bqmif4jx79z28kxqz8ak694h-goreleaser-2.13.3"
139139
},
140140
"x86_64-linux": {
141141
"outputs": [
142142
{
143143
"name": "out",
144-
"path": "/nix/store/cfg1ab7qivx8amd3km026zcjc83jhaqv-goreleaser-2.12.5",
144+
"path": "/nix/store/i4ilqzqm4qagpc0wvhi99byx714cm5bb-goreleaser-2.13.3",
145145
"default": true
146146
}
147147
],
148-
"store_path": "/nix/store/cfg1ab7qivx8amd3km026zcjc83jhaqv-goreleaser-2.12.5"
148+
"store_path": "/nix/store/i4ilqzqm4qagpc0wvhi99byx714cm5bb-goreleaser-2.13.3"
149149
}
150150
}
151151
},

0 commit comments

Comments
 (0)