From a5033e3e72e54e80ad690c782d54936b8bdeca69 Mon Sep 17 00:00:00 2001 From: Kinda Bot Date: Thu, 30 Apr 2026 17:26:20 +0000 Subject: [PATCH] Configure Renovate (#3) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged. --- ### Detected Package Files * `Containerfile` (dockerfile) * `go.mod` (gomod) * `helmfile.yaml.gotmpl` (helmfile) * `.woodpecker/build.yaml` (woodpecker) ### What to Expect With your current configuration, Renovate will create 14 Pull Requests:
Update gitea.badhouseplants.net/softplayer/softplayer-go-proto digest to 182eaf6 - Schedule: ["at any time"] - Branch name: `renovate/gitea.badhouseplants.net-softplayer-softplayer-go-proto-digest` - Merge into: `main` - Upgrade gitea.badhouseplants.net/softplayer/softplayer-go-proto to `182eaf6cbe4f`
Update module github.com/mattn/go-colorable to v0.1.14 - Schedule: ["at any time"] - Branch name: `renovate/github.com-mattn-go-colorable-0.x` - Merge into: `main` - Upgrade [github.com/mattn/go-colorable](https://github.com/mattn/go-colorable) to `v0.1.14`
Update module github.com/sirupsen/logrus to v1.9.4 - Schedule: ["at any time"] - Branch name: `renovate/github.com-sirupsen-logrus-1.x` - Merge into: `main` - Upgrade [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) to `v1.9.4`
Update postgres Docker tag to v0.19.3 - Schedule: ["at any time"] - Branch name: `renovate/postgres-0.x` - Merge into: `main` - Upgrade [postgres](https://github.com/CloudPirates-io/helm-charts) to `0.19.3`
Update module github.com/grpc-ecosystem/go-grpc-middleware to v1.4.0 - Schedule: ["at any time"] - Branch name: `renovate/github.com-grpc-ecosystem-go-grpc-middleware-1.x` - Merge into: `main` - Upgrade [github.com/grpc-ecosystem/go-grpc-middleware](https://github.com/grpc-ecosystem/go-grpc-middleware) to `v1.4.0`
Update module github.com/lib/pq to v1.12.3 - Schedule: ["at any time"] - Branch name: `renovate/github.com-lib-pq-1.x` - Merge into: `main` - Upgrade [github.com/lib/pq](https://github.com/lib/pq) to `v1.12.3`
Update module go.uber.org/zap to v1.28.0 - Schedule: ["at any time"] - Branch name: `renovate/go.uber.org-zap-1.x` - Merge into: `main` - Upgrade [go.uber.org/zap](https://github.com/uber-go/zap) to `v1.28.0`
Update module golang.org/x/crypto to v0.50.0 - Schedule: ["at any time"] - Branch name: `renovate/golang.org-x-crypto-0.x` - Merge into: `main` - Upgrade golang.org/x/crypto to `v0.50.0`
Update module k8s.io/api to v0.36.0 - Schedule: ["at any time"] - Branch name: `renovate/k8s.io-api-0.x` - Merge into: `main` - Upgrade [k8s.io/api](https://github.com/kubernetes/api) to `v0.36.0`
Update module k8s.io/apimachinery to v0.36.0 - Schedule: ["at any time"] - Branch name: `renovate/k8s.io-apimachinery-0.x` - Merge into: `main` - Upgrade [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) to `v0.36.0`
Update module k8s.io/client-go to v0.36.0 - Schedule: ["at any time"] - Branch name: `renovate/k8s.io-client-go-0.x` - Merge into: `main` - Upgrade [k8s.io/client-go](https://github.com/kubernetes/client-go) to `v0.36.0`
Update module github.com/grpc-ecosystem/go-grpc-middleware to v2 - Schedule: ["at any time"] - Branch name: `renovate/github.com-grpc-ecosystem-go-grpc-middleware-2.x` - Merge into: `main` - Upgrade [github.com/grpc-ecosystem/go-grpc-middleware](https://github.com/grpc-ecosystem/go-grpc-middleware) to `v2.3.3`
Update module gopkg.in/yaml.v2 to v3 - Schedule: ["at any time"] - Branch name: `renovate/gopkg.in-yaml.v2-3.x` - Merge into: `main` - Upgrade [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) to `v3.0.1`
Update module helm.sh/helm/v3 to v4 - Schedule: ["at any time"] - Branch name: `renovate/helm.sh-helm-v3-4.x` - Merge into: `main` - Upgrade [helm.sh/helm/v3](https://github.com/helm/helm) to `v4.1.4`
🚸 PR creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for `prHourlyLimit` for details. --- ❓ Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions). --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.badhouseplants.net/softplayer/softplayer-backend/pulls/3 Co-authored-by: Kinda Bot Co-committed-by: Kinda Bot --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..7190a60 --- /dev/null +++ b/renovate.json @@ -0,0 +1,3 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json" +}