Skip to content

Commit 3bd8888

Browse files
Update dependabot config to not create PRs for bumping deps (#124)
1 parent 8204fc2 commit 3bd8888

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ updates:
1010
schedule:
1111
interval: "daily"
1212
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

Comments
 (0)