We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf7674 commit 779f9ffCopy full SHA for 779f9ff
.github/dependabot.yml
@@ -7,4 +7,7 @@ updates:
7
directory: "/"
8
schedule:
9
interval: "daily"
10
- open-pull-requests-limit: 30
+ # 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