Skip to content

Commit

Permalink
CI: Only get security updates
Browse files Browse the repository at this point in the history
#### 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
  • Loading branch information
joncinque committed Feb 25, 2025
1 parent 9919546 commit 387c5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ updates:
interval: daily
time: "08:00"
timezone: UTC
open-pull-requests-limit: 6
open-pull-requests-limit: 0

0 comments on commit 387c5b4

Please sign in to comment.