We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a959e87 commit 455bd08Copy full SHA for 455bd08
1 file changed
.github/dependabot.yml
@@ -1,8 +1,13 @@
1
version: 2
2
updates:
3
-- package-ecosystem: pip
4
- directory: "/"
5
- schedule:
6
- interval: daily
7
- time: '04:00'
8
- open-pull-requests-limit: 10
+ - package-ecosystem: pip
+ directory: "/"
+ schedule:
+ interval: weekly
+ time: '04:00'
+ versioning-strategy: lockfile-only
9
+ groups:
10
+ dependencies:
11
+ update-types:
12
+ - "minor"
13
+ - "patch"
0 commit comments