Skip to content

Commit

Permalink
chore(deps): update all non-major regex dependencies (#911)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
renovate[bot] and FoseFx authored Dec 28, 2024
1 parent 7a6256a commit ec54bf2
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
# renovate: datasource=docker depName=golang versioning=docker
GO_VERSION: '1.23'
# renovate: datasource=github-releases depName=bufbuild/buf
BUF_CLI_VERSION: '1.47.2'
BUF_CLI_VERSION: '1.48.0'
# renovate: datasource=github-releases depName=favadi/protoc-go-inject-tag
PROTOC_GO_INJECT_TAG_VERSION: '1.4.0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

env:
# renovate: dev-tag
DEV_TAG: '17'
DEV_TAG: '18'

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fly-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: 'Deploy to Fly'

env:
# renovate: datasource=github-releases depName=superfly/flyctl versioning=semver
FLY_CLI_VERSION: '0.3.47'
FLY_CLI_VERSION: '0.3.55'

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
# renovate: datasource=github-releases depName=golang-migrate/migrate
MIGRATE_VERSION: '4.18.1'
# renovate: datasource=github-releases depName=superfly/flyctl versioning=semver
FLY_CLI_VERSION: '0.3.47'
FLY_CLI_VERSION: '0.3.55'
# renovate: datasource=github-releases depName=sqlc-dev/sqlc
SQLC_VERSION: '1.27.0'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-bufs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:

env:
# renovate: datasource=github-releases depName=bufbuild/buf
BUF_CLI_VERSION: '1.47.2'
BUF_CLI_VERSION: '1.48.0'
NODE_VERSION: '18.x'
# renovate: datasource=dart-version depName=dart
DART_VERSION: '3.5.4'
DART_VERSION: '3.6.0'

jobs:
check-preconditions:
Expand Down
4 changes: 2 additions & 2 deletions dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ services:
context: ../images/dev-go-custom
args:
# renovate: dev-tag
TAG: '17'
TAG: '18'
UID: ${UID:-1000}
GID: ${GID:-1000}
volumes:
Expand Down Expand Up @@ -148,7 +148,7 @@ services:
context: ../images/dev-go-custom
args:
# renovate: dev-tag
TAG: '17'
TAG: '18'
UID: ${UID:-1000}
GID: ${GID:-1000}
volumes:
Expand Down
4 changes: 2 additions & 2 deletions images/dev-go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - \
# install buf
# https://buf.build/
# renovate: datasource=github-releases depName=bufbuild/buf
ENV BUF_VERSION=1.47.2
ENV BUF_VERSION=1.48.0
RUN wget https://github.com/bufbuild/buf/releases/download/v${BUF_VERSION}/buf-Linux-x86_64 -O /usr/local/bin/buf \
&& chmod +x /usr/local/bin/buf

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

# install dapr-cli
Expand Down
2 changes: 1 addition & 1 deletion images/dev-go/update-dev-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e

# update this value, when you update the Dockerfile
# renovate: dev-tag
TAG='17'
TAG='18'

# go to repo root
cd $(git rev-parse --show-toplevel)
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"extractVersion": "^v?(?<version>.*)$"
}
],
"ignoreDeps": ["common", "decaying_lru", "hwdb", "hwes", "hwutil", "hwlocale", "telemetry", "gen", "postgres"],
"ignoreDeps": ["common", "decaying_lru", "hwdb", "hwes", "hwutil", "hwlocale", "telemetry", "gen", "hooks", "hwtesting", "postgres"],
"customDatasources": {
"buf": {
"defaultRegistryUrlTemplate": "https://buf-resource-proxy.fly.dev/{{packageName}}",
Expand Down

0 comments on commit ec54bf2

Please sign in to comment.