Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit ec54bf2

Browse files
chore(deps): update all non-major regex dependencies (#911)
* chore(deps): update all non-major regex dependencies * ignore rewritten deps * bump dev-go --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Max Baumann <[email protected]>
1 parent 7a6256a commit ec54bf2

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

.github/workflows/buf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
# renovate: datasource=docker depName=golang versioning=docker
1515
GO_VERSION: '1.23'
1616
# renovate: datasource=github-releases depName=bufbuild/buf
17-
BUF_CLI_VERSION: '1.47.2'
17+
BUF_CLI_VERSION: '1.48.0'
1818
# renovate: datasource=github-releases depName=favadi/protoc-go-inject-tag
1919
PROTOC_GO_INJECT_TAG_VERSION: '1.4.0'
2020

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
env:
1414
# renovate: dev-tag
15-
DEV_TAG: '17'
15+
DEV_TAG: '18'
1616

1717
jobs:
1818

.github/workflows/fly-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: 'Deploy to Fly'
55

66
env:
77
# renovate: datasource=github-releases depName=superfly/flyctl versioning=semver
8-
FLY_CLI_VERSION: '0.3.47'
8+
FLY_CLI_VERSION: '0.3.55'
99

1010
on:
1111
workflow_call:

.github/workflows/migrations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
# renovate: datasource=github-releases depName=golang-migrate/migrate
1212
MIGRATE_VERSION: '4.18.1'
1313
# renovate: datasource=github-releases depName=superfly/flyctl versioning=semver
14-
FLY_CLI_VERSION: '0.3.47'
14+
FLY_CLI_VERSION: '0.3.55'
1515
# renovate: datasource=github-releases depName=sqlc-dev/sqlc
1616
SQLC_VERSION: '1.27.0'
1717

.github/workflows/publish-bufs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ on:
99

1010
env:
1111
# renovate: datasource=github-releases depName=bufbuild/buf
12-
BUF_CLI_VERSION: '1.47.2'
12+
BUF_CLI_VERSION: '1.48.0'
1313
NODE_VERSION: '18.x'
1414
# renovate: datasource=dart-version depName=dart
15-
DART_VERSION: '3.5.4'
15+
DART_VERSION: '3.6.0'
1616

1717
jobs:
1818
check-preconditions:

dev/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ services:
104104
context: ../images/dev-go-custom
105105
args:
106106
# renovate: dev-tag
107-
TAG: '17'
107+
TAG: '18'
108108
UID: ${UID:-1000}
109109
GID: ${GID:-1000}
110110
volumes:
@@ -148,7 +148,7 @@ services:
148148
context: ../images/dev-go-custom
149149
args:
150150
# renovate: dev-tag
151-
TAG: '17'
151+
TAG: '18'
152152
UID: ${UID:-1000}
153153
GID: ${GID:-1000}
154154
volumes:

images/dev-go/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - \
3333
# install buf
3434
# https://buf.build/
3535
# renovate: datasource=github-releases depName=bufbuild/buf
36-
ENV BUF_VERSION=1.47.2
36+
ENV BUF_VERSION=1.48.0
3737
RUN wget https://github.com/bufbuild/buf/releases/download/v${BUF_VERSION}/buf-Linux-x86_64 -O /usr/local/bin/buf \
3838
&& chmod +x /usr/local/bin/buf
3939

@@ -74,7 +74,7 @@ ENV HOME="/home/${UNAME}"
7474
# install air
7575
# https://github.com/air-verse/air
7676
# renovate: datasource=github-releases depName=air-verse/air
77-
ENV AIR_VERSION=1.61.1
77+
ENV AIR_VERSION=1.61.5
7878
RUN curl -sSfL https://raw.githubusercontent.com/air-verse/air/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v${AIR_VERSION}
7979

8080
# install dapr-cli

images/dev-go/update-dev-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55

66
# update this value, when you update the Dockerfile
77
# renovate: dev-tag
8-
TAG='17'
8+
TAG='18'
99

1010
# go to repo root
1111
cd $(git rev-parse --show-toplevel)

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"extractVersion": "^v?(?<version>.*)$"
4141
}
4242
],
43-
"ignoreDeps": ["common", "decaying_lru", "hwdb", "hwes", "hwutil", "hwlocale", "telemetry", "gen", "postgres"],
43+
"ignoreDeps": ["common", "decaying_lru", "hwdb", "hwes", "hwutil", "hwlocale", "telemetry", "gen", "hooks", "hwtesting", "postgres"],
4444
"customDatasources": {
4545
"buf": {
4646
"defaultRegistryUrlTemplate": "https://buf-resource-proxy.fly.dev/{{packageName}}",

0 commit comments

Comments
 (0)