Skip to content

Commit 779f9ff

Browse files
authored
disable dependabot PRs (for non-security updates) (#1680)
1 parent 9cf7674 commit 779f9ff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ updates:
77
directory: "/"
88
schedule:
99
interval: "daily"
10-
open-pull-requests-limit: 30
10+
# Disable all dependabot updates, except when we explicitly ask for them.
11+
# This does not disable security updates: those have a hardcoded limit of
12+
# 10 which is separate from this limit.
13+
open-pull-requests-limit: 0

0 commit comments

Comments
 (0)