We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef5a04a commit 49ebe51Copy full SHA for 49ebe51
.github/dependabot.yml
@@ -28,7 +28,9 @@ updates:
28
interval: weekly
29
time: "04:00"
30
- package-ecosystem: pip
31
- open-pull-requests-limit: 10
+ # We only want to bump versions of packages in case of security updates, as
32
+ # we want to keep maximum compatibility - see https://t.ly/INSR_
33
+ open-pull-requests-limit: 0
34
directory: "/"
35
labels: []
36
schedule:
0 commit comments