Skip to content

Comments

Reconfigure renovate#81

Open
carole-lavillonniere wants to merge 1 commit intolocalstackfrom
renovate/reconfigure
Open

Reconfigure renovate#81
carole-lavillonniere wants to merge 1 commit intolocalstackfrom
renovate/reconfigure

Conversation

@carole-lavillonniere
Copy link

We were previously using the default renovate config which opens one PR per dependency (noisy).

Changes

This PR groups minor and patch dependency updates and explicitly enables go version updates:

PR group Covers
Go toolchain go directive in go.mod + go-version in GitHub Actions workflows
Go dependencies (non-major) minor and patch go module updates
Go dependencies (major) major go module updates

Run go mod tidy automatically for each PR.

closes DRG-549

@renovate
Copy link

renovate bot commented Feb 23, 2026

Reconfigure PR Results

This is a reconfigure PR comment to help you understand and re-configure your renovate bot settings. If this Reconfigure PR were to be merged, we'd expect to see the following outcome:


Detected Package Files

  • debugging/Dockerfile (dockerfile)
  • .github/workflows/build.yml (github-actions)
  • .github/workflows/check-binaries.yml (github-actions)
  • .github/workflows/integ-tests.yml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • go.mod (gomod)

Configuration Summary

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

  • 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.
  • Show only the Age and Confidence Merge Confidence badges for pull requests.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Ensure that every dependency pinned by digest and sourced from GitHub.com contains a link to the commit-to-commit diff
  • Correctly link to the source code for golang.org/x packages
  • Link to pkg.go.dev/... for golang.org/x packages' title

What to Expect

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

fix(deps): update github.com/aws/aws-xray-daemon digest to 1fa410f
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-aws-aws-xray-daemon-digest
  • Merge into: localstack
  • Upgrade github.com/aws/aws-xray-daemon to 1fa410fd5fc40aeee3a312d2b0e90f9ad68a705f
fix(deps): update module github.com/stretchr/testify to v1.11.1
  • Schedule: ["at any time"]
  • Branch name: renovate/go-dependencies-(non-major)
  • Merge into: localstack
  • Upgrade github.com/stretchr/testify to v1.11.1
fix(deps): update go dependencies (major) (major)

🚸 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.

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