Skip to content

Commit

Permalink
.github/dependabot.yml: Ignore dependency updates handled upstream.
Browse files Browse the repository at this point in the history
     Limit the number of pull requests for each update category to zero.
  • Loading branch information
RandomDSdevel committed Aug 21, 2021
1 parent f026dd2 commit 5d42122
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@ updates:
ignore:
- dependency-name: actions/stale
- dependency-name: dessant/lock-threads
# Disable these kinds of updates; they're handled upstream:
open-pull-requests-limit: 0

- package-ecosystem: bundler
directory: /docs
schedule:
interval: weekly
allow:
- dependency-type: all
# Disable these kinds of updates; they're handled upstream:
open-pull-requests-limit: 0

- package-ecosystem: bundler
directory: /Library/Homebrew
Expand All @@ -25,3 +29,5 @@ updates:
- dependency-type: all
ignore:
- dependency-name: sorbet-runtime
# Disable these kinds of updates; they're handled upstream:
open-pull-requests-limit: 0

0 comments on commit 5d42122

Please sign in to comment.