Disable Dependabot for Python dependencies (#1968)

This commit is contained in:
Jonah Aragon 2023-02-10 15:51:52 +00:00 committed by Daniel Gray
parent e4d89b0894
commit d4f1195bb3
No known key found for this signature in database
GPG Key ID: 41911F722B0F9AE3

View File

@ -13,17 +13,3 @@ updates:
- "jonaharagon"
labels:
- "fix:github_actions"
# Maintain dependencies for pipenv
- package-ecosystem: "pip"
directory: "/"
ignore:
- dependency-name: "mkdocs-material"
schedule:
interval: "daily"
assignees:
- "jonaharagon"
reviewers:
- "jonaharagon"
labels:
- "fix:python"