Skip to content

Enable dependabot. #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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.