Skip to content

Commit

Permalink
Make dependabot less noisy
Browse files Browse the repository at this point in the history
  • Loading branch information
nuta committed Feb 23, 2022
1 parent bf264dc commit e8468b9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,12 @@ updates:
directory: "/"
schedule:
interval: "daily"
# Try to remove the PR limit
open-pull-requests-limit: 999

# Report only security updates:
#
# This option has no impact on security updates,
# which have a separate, internal limit of ten open
# pull requests.
#
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#open-pull-requests-limit
open-pull-requests-limit: 0

0 comments on commit e8468b9

Please sign in to comment.