Disable Dependabot python updates

This commit is contained in:
Jonah Aragon 2023-07-12 16:22:22 -05:00
parent 1502f1b36c
commit 1c9a1a805d
No known key found for this signature in database

View File

@ -52,17 +52,19 @@ updates:
labels: labels:
- "fix:submodules" - "fix:submodules"
# Maintain dependencies for pipenv # Disabled because some updates tend to remove needed dependencies for some reason
- package-ecosystem: "pip"
directory: "/" # # Maintain dependencies for pipenv
insecure-external-code-execution: allow # - package-ecosystem: "pip"
registries: # directory: "/"
- github-privacyguides # insecure-external-code-execution: allow
schedule: # registries:
interval: "daily" # - github-privacyguides
assignees: # schedule:
- "jonaharagon" # interval: "daily"
reviewers: # assignees:
- "jonaharagon" # - "jonaharagon"
labels: # reviewers:
- "fix:python" # - "jonaharagon"
# labels:
# - "fix:python"