mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-01-06 13:18:09 -05:00
Disable Dependabot python updates
This commit is contained in:
parent
1502f1b36c
commit
1c9a1a805d
30
.github/dependabot.yml
vendored
30
.github/dependabot.yml
vendored
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user