Limit Dependabot for Python to security updates

This commit is contained in:
squidfunk 2023-09-14 10:00:59 +02:00
parent ef5a04a324
commit 49ebe51475
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF

View File

@ -28,7 +28,9 @@ updates:
interval: weekly interval: weekly
time: "04:00" time: "04:00"
- package-ecosystem: pip - package-ecosystem: pip
open-pull-requests-limit: 10 # We only want to bump versions of packages in case of security updates, as
# we want to keep maximum compatibility - see https://t.ly/INSR_
open-pull-requests-limit: 0
directory: "/" directory: "/"
labels: [] labels: []
schedule: schedule: