Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ updates:
directory: / # Check the repository's workflows under /.github/workflows/
schedule:
interval: daily

# Configure check for outdated base image digest in the Dockerfile.
# See: https://docs.docker.com/build/building/best-practices/#pin-base-image-versions
- package-ecosystem: docker
directory: / # Check the repository's Dockerfile at /Dockerfile
schedule:
interval: weekly
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.13-alpine
FROM python:3.13-alpine@sha256:399babc8b49529dabfd9c922f2b5eea81d611e4512e3ed250d75bd2e7683f4b0

COPY LICENSE \
README.md \
Expand Down
Loading