Skip to content

Commit

Permalink
Remove superfluous parts of dependabot.yml
Browse files Browse the repository at this point in the history
For our gems we typically forgo the times and open-pull-request-limit
config. This tool also no longer has a dependency on aws-xray-sdk so
this config be removed.
  • Loading branch information
kevindew committed Dec 1, 2022
1 parent 011718d commit 45edafd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ updates:
directory: "/"
schedule:
interval: daily
time: "03:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: aws-xray-sdk
versions:
- "> 0.10.0"

0 comments on commit 45edafd

Please sign in to comment.