Skip to content

Add Dependabot configuration for GitHub Actions and Docker#33

Merged
dash14 merged 1 commit intomainfrom
ci/add-dependabot-config
Apr 5, 2026
Merged

Add Dependabot configuration for GitHub Actions and Docker#33
dash14 merged 1 commit intomainfrom
ci/add-dependabot-config

Conversation

@dash14
Copy link
Copy Markdown
Owner

@dash14 dash14 commented Apr 5, 2026

Summary

  • Add .github/dependabot.yml to enable automated dependency updates for GitHub Actions and Docker base images
  • Inline base image references in docker/Dockerfile by removing ARG indirection, so Dependabot can detect and propose updates to pinned digests

Changed files

  • .github/dependabot.yml — New Dependabot config for github-actions and docker ecosystems (weekly, 7-day cooldown)
  • docker/Dockerfile — Replace ARG-based FROM references with direct image:tag@digest format

Inline base image references in Dockerfile (remove ARG indirection) so Dependabot can detect and propose updates to pinned digests.
@dash14 dash14 merged commit 3f01ae3 into main Apr 5, 2026
6 checks passed
@dash14 dash14 deleted the ci/add-dependabot-config branch April 5, 2026 12:30
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