Update Dependabot for go-uaa, updates deps - #334
Merged
Conversation
GitHub's changelog: as of 2026-07-14, Dependabot applies a default 3-day cooldown to all version updates.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Go module dependencies and Dependabot configuration to account for GitHub’s default 3-day cooldown on version updates, while exempting github.com/cloudfoundry-community/go-uaa from that cooldown.
Changes:
- Bump
github.com/cloudfoundry-community/go-uaafromv0.4.2tov0.5.0and update the module Go version togo 1.26.0. - Add Dependabot
cooldownconfiguration with an exclusion forgithub.com/cloudfoundry-community/go-uaa. - Update
go.sumfor thego-uaaversion change (though it appears incomplete forv0.5.0).
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| go.mod | Updates the Go version directive and upgrades go-uaa to v0.5.0. |
| go.sum | Adds a checksum entry related to go-uaa v0.5.0 (currently only the /go.mod line). |
| .github/dependabot.yml | Configures cooldown behavior and excludes go-uaa from the cooldown window. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
duanemay
force-pushed
the
dependabot_cooldown
branch
from
August 26, 2026 22:39
9ab3e70 to
0c89b92
Compare
strehle
approved these changes
Aug 27, 2026
Comment on lines
+19
to
24
| It("lists clients, including the legacy string-typed additionalInformation clients seeded by scripts/boot/uaa.yml", func() { | ||
| // login, client_federated_jwt_trust, client_with_allowpublic_and_jwks_uri_trust, | ||
| // and oauth_showcase_saml2_bearer are all seeded with allowpublic/autoapprove as | ||
| // YAML strings, which UAA stores verbatim and serializes back as JSON strings | ||
| // rather than booleans -- the exact shape that broke `uaa list-clients` originally. | ||
| // Un-pend once cloudfoundry-community/go-uaa#175 is released and go.mod is bumped. | ||
| session := runOK("list-clients") |
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.
GitHub's changelog: as of 2026-07-14, Dependabot applies a default 3-day cooldown to all version updates.