We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8204fc2 commit 3bd8888Copy full SHA for 3bd8888
1 file changed
.github/dependabot.yml
@@ -10,3 +10,8 @@ updates:
10
schedule:
11
interval: "daily"
12
target-branch: "develop"
13
+ # For now, we only want dependabot updates for vulnerabilities, not for
14
+ # out-of-date dependencies. Setting this limit to 0 prevents dependabot
15
+ # from creating multiple PRs due to out-of-date dependencies (security
16
+ # related updates are not affected by this limit)
17
+ open-pull-requests-limit: 0
0 commit comments