Skip to content
Open
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
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
version: 2
updates:
# Note, the file `runtime.txt` is used to hint to dependabot
# the minimum version requirement for updates.
- package-ecosystem: pip
directory: "/"
schedule:
interval: monthly
labels:
- "dependencies"
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Make sure this matches runtime.txt
FROM python:3.11

ENV PYTHONDONTWRITEBYTECODE=1
Expand Down
3 changes: 3 additions & 0 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
python-3.11
# Specifies the python version that dependabot should use.
# Make sure this matches the Dockerfile.