Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Configure Renovate #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate-bot
Copy link

@renovate-bot renovate-bot commented Jun 8, 2024

Welcome to 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

  • .circleci/config.yml (circleci)
  • Dockerfile (dockerfile)
  • go.mod (gomod)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Hopefully safe environment variables to allow users to configure.
  • Show all Merge Confidence badges for pull requests.
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 21 Pull Requests:

fix(deps): update module github.com/gin-gonic/gin to v1.9.1 [security]
  • Branch name: renovate/go-github.com-gin-gonic-gin-vulnerability
  • Merge into: master
  • Upgrade github.com/gin-gonic/gin to v1.9.1
fix(deps): update module github.com/geertjohan/go.rice to v1.0.3
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-geertjohan-go.rice-1.x
  • Merge into: master
  • Upgrade github.com/GeertJohan/go.rice to v1.0.3
chore(deps): update cimg/go docker tag to v1.24
  • Schedule: ["at any time"]
  • Branch name: renovate/cimg-go-1.x
  • Merge into: master
  • Upgrade cimg/go to 1.24
chore(deps): update dependency go to v1.24.1
  • Schedule: ["at any time"]
  • Branch name: renovate/go-1.x
  • Merge into: master
  • Upgrade go to 1.24.1
chore(deps): update golang docker tag to v1.24
  • Schedule: ["at any time"]
  • Branch name: renovate/golang-1.x
  • Merge into: master
  • Upgrade golang to 1.24
fix(deps): update aws-sdk-go-v2 monorepo
fix(deps): update module cloud.google.com/go/spanner to v1.77.0
  • Schedule: ["at any time"]
  • Branch name: renovate/cloud.google.com-go-spanner-1.x
  • Merge into: master
  • Upgrade cloud.google.com/go/spanner to v1.77.0
fix(deps): update module github.com/antonmedv/expr to v1.17.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-antonmedv-expr-1.x
  • Merge into: master
  • Upgrade github.com/antonmedv/expr to v1.17.0
fix(deps): update module github.com/aws/aws-sdk-go to v1.55.6
  • Schedule: ["at any time"]
  • Branch name: renovate/aws-sdk-go-monorepo
  • Merge into: master
  • Upgrade github.com/aws/aws-sdk-go to v1.55.6
fix(deps): update module github.com/gavv/httpexpect/v2 to v2.17.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-gavv-httpexpect-v2-2.x
  • Merge into: master
  • Upgrade github.com/gavv/httpexpect/v2 to v2.17.0
fix(deps): update module github.com/gin-contrib/pprof to v1.5.2
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-gin-contrib-pprof-1.x
  • Merge into: master
  • Upgrade github.com/gin-contrib/pprof to v1.5.2
fix(deps): update module github.com/swaggo/gin-swagger to v1.6.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-swaggo-gin-swagger-1.x
  • Merge into: master
  • Upgrade github.com/swaggo/gin-swagger to v1.6.0
fix(deps): update module github.com/swaggo/swag to v1.16.4
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-swaggo-swag-1.x
  • Merge into: master
  • Upgrade github.com/swaggo/swag to v1.16.4
fix(deps): update module go.opentelemetry.io/contrib/detectors/gcp to v1.35.0
fix(deps): update module go.uber.org/zap to v1.27.0
  • Schedule: ["at any time"]
  • Branch name: renovate/go.uber.org-zap-1.x
  • Merge into: master
  • Upgrade go.uber.org/zap to v1.27.0
fix(deps): update module google.golang.org/api to v0.226.0
  • Schedule: ["at any time"]
  • Branch name: renovate/google.golang.org-api-0.x
  • Merge into: master
  • Upgrade google.golang.org/api to v0.226.0
fix(deps): update module google.golang.org/grpc to v1.71.0
  • Schedule: ["at any time"]
  • Branch name: renovate/google.golang.org-grpc-1.x
  • Merge into: master
  • Upgrade google.golang.org/grpc to v1.71.0
fix(deps): update opentelemetry-go monorepo to v1.35.0
chore(deps): update circleci/ruby docker tag to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/circleci-ruby-3.x
  • Merge into: master
  • Upgrade circleci/ruby to 3.0
fix(deps): update module gopkg.in/go-playground/assert.v1 to v2
fix(deps): update module gopkg.in/yaml.v2 to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/gopkg.in-yaml.v2-3.x
  • Merge into: master
  • Upgrade gopkg.in/yaml.v2 to v3.0.1

🚸 Branch 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, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant