Skip to content

Commit e1554f4

Browse files
authored
CI: Only get security updates (#56)
#### Problem Dependabot updates all versions of packages, which is less flexible for end users. This made sense for agave, which is focused on providing a binary, but libraries are more useful when dependencies are relaxed. #### Summary of changes Change the open pull request number to 0 to only enable security updates, as documented at [Dependabot's documentation](https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates#overriding-the-default-behavior-with-a-configuration-file) Fixes #55
1 parent 6afe65a commit e1554f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ updates:
1111
interval: daily
1212
time: "08:00"
1313
timezone: UTC
14-
open-pull-requests-limit: 6
14+
open-pull-requests-limit: 0

0 commit comments

Comments
 (0)