Skip to content

Group Databricks Go SDK submodule bumps into a single Dependabot PR - #6561

Merged
janniklasrose merged 1 commit into
mainfrom
janniklasrose/dependabot-group-databricks-sdk
Sep 8, 2026
Merged

janniklasrose merged 1 commit into
mainfrom
janniklasrose/dependabot-group-databricks-sdk

Conversation

@janniklasrose

Copy link
Copy Markdown
Member

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 groups block to the root gomod ecosystem in .github/dependabot.yml so all github.com/databricks/sdk-go/* submodule bumps collapse into a single PR.

Notes:

  • Scoped to the root / module only — /tools does not depend on the SDK.
  • The existing SDK (github.com/databricks/databricks-sdk-go) stays in the ignore list (its upgrade requires codegen) and is unaffected.

Tests

Config-only change; validated that .github/dependabot.yml parses as valid YAML.

This pull request and its description were written by Isaac.

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>
@janniklasrose
janniklasrose added this pull request to the merge queue Sep 8, 2026
@eng-dev-ecosystem-bot

Copy link
Copy Markdown
Collaborator

Integration test report

Commit: 7ad2d34

Run: 34201097203

Env 💚​RECOVERED ✅​pass 🙈​skip Time
💚​ aws linux 1 275 15 5:35
💚​ aws windows 1 277 13 7:29
💚​ azure linux 1 274 15 6:20
💚​ azure windows 1 276 13 7:28
💚​ gcp linux 1 275 15 6:03
💚​ gcp windows 1 277 13 7:13
Test Name aws linux aws windows azure linux azure windows gcp linux gcp windows
💚​ TestAccept 💚​R 💚​R 💚​R 💚​R 💚​R 💚​R
Top 6 slowest tests (at least 2 minutes):
duration env testname
7:26 aws windows TestAccept
7:25 azure windows TestAccept
7:11 gcp windows TestAccept
4:09 gcp linux TestAccept
3:57 azure linux TestAccept
3:56 aws linux TestAccept

Merged via the queue into main with commit 05aea51 Sep 8, 2026
37 checks passed
@janniklasrose
janniklasrose deleted the janniklasrose/dependabot-group-databricks-sdk branch September 8, 2026 08:39
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.

4 participants