version: 2
updates:
-- package-ecosystem: pip
- directory: "/"
+- package-ecosystem: "pip"
+ directory: "/requirements"
+ target-branch: "3.0.x"
+ versioning-strategy: "lockfile-only"
schedule:
- interval: monthly
- time: "08:00"
+ interval: "monthly"
+ day: "monday"
+ time: "16:00"
+ timezone: "UTC"
open-pull-requests-limit: 99
- ignore:
- - dependency-name: sphinx
- versions:
- - "> 2.4.4"
+- package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "monthly"
+ day: "monday"
+ time: "16:00"
+ timezone: "UTC"