chore: combine all dependabot updates + configure batching & cooldown#754
Open
davidgamero wants to merge 1 commit into
Open
chore: combine all dependabot updates + configure batching & cooldown#754davidgamero wants to merge 1 commit into
davidgamero wants to merge 1 commit into
Conversation
22dce1f to
a804561
Compare
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
a804561 to
dbf7e21
Compare
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.
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/v33.19.5 → 3.20.2google.golang.org/grpc1.77.0 → 1.79.3github.com/open-policy-agent/gatekeeper/v33.21.1 → 3.22.0sigs.k8s.io/kustomize/api0.21.0 → 0.21.1sigs.k8s.io/kustomize/kyaml0.21.0 → 0.21.1GitHub Actions:
dawidd6/action-download-artifact20 → 21github/codeql-action4.32.6 → 4.35.4Azure/k8s-deploy5 → 6azure/k8s-bake3.0.4 → 4.0.0softprops/action-gh-release2 → 3actions/download-artifact8.0.0 → 8.0.1Skipped
github.com/docker/cliv29 — breaksoras.land/oras-gov1.2.7 which is required bygatekeeperv3.22.0 (gatekeeper/pkg/oci → oras-go/pkg/auth/docker). Can be upgraded once gatekeeper migrates to oras-go v2.Dependabot Configuration Changes
cooldown.default-days: 7) on all ecosystem entries — ensures new versions have bake time before being proposedgroupswithpatterns: ["*"]) on all entries — batches all updates per ecosystem/directory into a single PRdirectory: "/"entry for github-actions that was causing duplicate PRs (replaced with targeted/.github/actionsfor composite action coverage)Supersedes
#753, #752, #751, #750, #747, #746, #744, #743, #740, #728, #726, #724, #721, #700, #699
Not included (incompatible)
#718 (
docker/cliv29 — see Skipped section above)