Skip to content

chore: combine all dependabot updates + configure batching & cooldown#754

Open
davidgamero wants to merge 1 commit into
Azure:mainfrom
davidgamero:chore/combined-dependabot-updates
Open

chore: combine all dependabot updates + configure batching & cooldown#754
davidgamero wants to merge 1 commit into
Azure:mainfrom
davidgamero:chore/combined-dependabot-updates

Conversation

@davidgamero
Copy link
Copy Markdown
Collaborator

@davidgamero davidgamero commented May 18, 2026

Summary

Combines open dependabot PRs into a single update and configures dependabot for better batching going forward.

Dependency Updates Included

Go Modules:

  • helm.sh/helm/v3 3.19.5 → 3.20.2
  • google.golang.org/grpc 1.77.0 → 1.79.3
  • github.com/open-policy-agent/gatekeeper/v3 3.21.1 → 3.22.0
  • sigs.k8s.io/kustomize/api 0.21.0 → 0.21.1
  • sigs.k8s.io/kustomize/kyaml 0.21.0 → 0.21.1

GitHub Actions:

  • dawidd6/action-download-artifact 20 → 21
  • github/codeql-action 4.32.6 → 4.35.4
  • Azure/k8s-deploy 5 → 6
  • azure/k8s-bake 3.0.4 → 4.0.0
  • softprops/action-gh-release 2 → 3
  • actions/download-artifact 8.0.0 → 8.0.1

Skipped

  • github.com/docker/cli v29 — breaks oras.land/oras-go v1.2.7 which is required by gatekeeper v3.22.0 (gatekeeper/pkg/oci → oras-go/pkg/auth/docker). Can be upgraded once gatekeeper migrates to oras-go v2.

Dependabot Configuration Changes

  • 7-day cooldown (cooldown.default-days: 7) on all ecosystem entries — ensures new versions have bake time before being proposed
  • Grouped updates (groups with patterns: ["*"]) on all entries — batches all updates per ecosystem/directory into a single PR
  • Removed duplicate directory: "/" entry for github-actions that was causing duplicate PRs (replaced with targeted /.github/actions for composite action coverage)

Supersedes

#753, #752, #751, #750, #747, #746, #744, #743, #740, #728, #726, #724, #721, #700, #699

Not included (incompatible)

#718 (docker/cli v29 — see Skipped section above)

@davidgamero davidgamero force-pushed the chore/combined-dependabot-updates branch from 22dce1f to a804561 Compare May 18, 2026 21:07
Dependency Updates:
- helm.sh/helm/v3 3.19.5 → 3.20.2
- google.golang.org/grpc 1.77.0 → 1.79.3
- github.com/open-policy-agent/gatekeeper/v3 3.21.1 → 3.22.0
- sigs.k8s.io/kustomize/api 0.21.0 → 0.21.1
- sigs.k8s.io/kustomize/kyaml 0.21.0 → 0.21.1
- dawidd6/action-download-artifact 20 → 21
- github/codeql-action 4.32.6 → 4.35.4
- Azure/k8s-deploy 5 → 6
- azure/k8s-bake 3.0.4 → 4.0.0
- softprops/action-gh-release 2 → 3
- actions/download-artifact 8.0.0 → 8.0.1

Skipped:
- github.com/docker/cli v29 (breaks oras-go v1 used by gatekeeper)

Dependabot config:
- Add 7-day cooldown on all entries
- Group all updates per ecosystem/directory into single PRs
- Replace duplicate directory: / with targeted /.github/actions

Supersedes Azure#753 Azure#752 Azure#751 Azure#750 Azure#747 Azure#746 Azure#744 Azure#743 Azure#740 Azure#728 Azure#726 Azure#724 Azure#721 Azure#718 Azure#700 Azure#699
@davidgamero davidgamero force-pushed the chore/combined-dependabot-updates branch from a804561 to dbf7e21 Compare May 18, 2026 21:55
@davidgamero davidgamero enabled auto-merge (squash) May 19, 2026 00:07
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