Group Databricks Go SDK submodule bumps into a single Dependabot PR - #6561
Merged
Merged
Conversation
The new Databricks Go SDK ships as ~100 per-service submodules under github.com/databricks/sdk-go. Without grouping, Dependabot would open one PR per submodule bump. Add a `groups` block to the root gomod ecosystem so they collapse into a single PR. Co-authored-by: Isaac <no-reply@databricks.com>
renaudhartert-db
approved these changes
Sep 8, 2026
parthban-db
approved these changes
Sep 8, 2026
janniklasrose
enabled auto-merge
September 8, 2026 07:53
Collaborator
Integration test reportCommit: 7ad2d34
Top 6 slowest tests (at least 2 minutes):
|
janniklasrose
deleted the
janniklasrose/dependabot-group-databricks-sdk
branch
September 8, 2026 08:39
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
The new Databricks Go SDK ships as ~100 per-service submodules under
github.com/databricks/sdk-go(core,auth,files,options, …). Without grouping, Dependabot would open one PR per submodule bump.This adds a
groupsblock to the rootgomodecosystem in.github/dependabot.ymlso allgithub.com/databricks/sdk-go/*submodule bumps collapse into a single PR.Notes:
/module only —/toolsdoes not depend on the SDK.github.com/databricks/databricks-sdk-go) stays in theignorelist (its upgrade requires codegen) and is unaffected.Tests
Config-only change; validated that
.github/dependabot.ymlparses as valid YAML.This pull request and its description were written by Isaac.