chore: switch dependency updates from renovate to dependabot - #7
Merged
Merged
Conversation
Contributor
Author
|
Opened a PR to bump the dependency reported by trivy - owncloud/ocis-workflows#50 |
1 task
Signed-off-by: Lukas Hirt <info@hirt.cz>
Signed-off-by: Lukas Hirt <info@hirt.cz>
Signed-off-by: Lukas Hirt <info@hirt.cz>
…e.multiarch Add documentation to the Dependency Management section explaining that base images in Dockerfile.multiarch must stay pinned as tag@sha256:<digest> and that Dependabot updates the digest in place. This clarifies a requirement that was previously only mentioned in the deleted .renovaterc.json file. Signed-off-by: Lukas Hirt <info@hirt.cz>
LukasHirt
force-pushed
the
worktree-renovate-to-dependabot
branch
from
September 16, 2026 09:25
0b64182 to
11d2cd1
Compare
oc-tmueller
approved these changes
Sep 16, 2026
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
dockerpackage-ecosystem entry to.github/dependabot.yml(same schedule/shape as the existinggithub-actionsentry) to cover the base images pinned inDockerfile.multiarch(node:24-alpine,golang:1.26-alpine,alpine:3.24)..renovaterc.json.agents.mdso it no longer tells future contributors "do not add a docker ecosystem to dependabot.yml" (the opposite of what this PR does), and documents the two capabilities lost vs. Renovate: no automerge for digest-only bumps, and no LTS-only gating for Node major bumps.Dependabot's Docker file-matcher looks for any filename containing
dockerfile(case-insensitive substring, confirmed by readingdependabot-coresource), soDockerfile.multiarchis picked up with no renaming needed.Test plan
.github/dependabot.ymlvalidated withruby -ryaml -e "p YAML.load_file(...)"— parses to twoupdatesentries, keys match GitHub's schema.agents.md.dockerentry and confirm it findsnode/golang/alpineinDockerfile.multiarch.minor-and-patchgroup filter has no semver level to match a digest-only update against, so this needs a live check; if it silently gets filtered out, dropupdate-types/groupsfrom the docker entry.DOCKERHUB_TOKEN/DOCKERHUB_USERNAMEmay need to be added there if the build job needs them on PRs.chore(deps): bump ...(matches the pattern already seen ongithub-actionsPRs elsewhere in the org) so it passeslint-pr-title.yml.