Update dependabot to check python deps (#16127)

* add list item to check python deps daily
* move to weekly after we gain confidence
This commit is contained in:
Jake Jackson 2025-10-09 15:40:34 -04:00 committed by GitHub
parent 51b2524b25
commit 77fab1c534
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,3 +8,10 @@ updates:
labels:
- "docs"
- "dependencies"
- package-ecosystem: "pip"
directory: "requirements/"
schedule:
interval: "daily" #run daily until we trust it, then back this off to weekly
open-pull-requests-limit: 2
labels:
- "dependencies"