ci: add Dependabot for gomod, github-actions and docker#240
Merged
Conversation
Enable weekly automated dependency updates so the toolchain and dependencies do not drift out of date again. k8s.io/*, sigs.k8s.io/* and go.opentelemetry.io/* modules are grouped to keep related bumps in a single PR. Signed-off-by: Gaál György <gb12335@gmail.com>
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.
What
Add
.github/dependabot.ymlto enable weekly automated dependency updates. This keeps the toolchain and dependencies current instead of letting them drift (which is what necessitated the recent manual bump in #235).Three ecosystems:
/) — Go module updates, withk8s.io/*,sigs.k8s.io/*andgo.opentelemetry.io/*grouped so related bumps land in a single PR rather than a flood of individual ones./) — keeps the workflow action pins current./) — tracks the base images in the Dockerfiles.All on a
weeklyschedule;open-pull-requests-limit: 10for gomod.Config-only change; no code impact.