Skip to content

Commit 49ebe51

Browse files
committed
Limit Dependabot for Python to security updates
1 parent ef5a04a commit 49ebe51

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ updates:
2828
interval: weekly
2929
time: "04:00"
3030
- package-ecosystem: pip
31-
open-pull-requests-limit: 10
31+
# 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
3234
directory: "/"
3335
labels: []
3436
schedule:

0 commit comments

Comments
 (0)