Skip to content

Commit

Permalink
Increase dependabot limit (open-telemetry#6706)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored and LironKS committed Oct 31, 2022
1 parent 46dcd9a commit 39ca98c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,34 @@ updates:
rebase-strategy: "disabled"
schedule:
interval: "daily"

- package-ecosystem: "gradle"
# need to scope gradle dependency updates down in this repo because most of the instrumentations
# intentionally test against old library versions
directory: "/dependencyManagement"
rebase-strategy: "disabled"
schedule:
interval: "daily"
open-pull-requests-limit: 10

- package-ecosystem: "gradle"
# need to scope gradle dependency updates down in this repo because most of the instrumentations
# intentionally test against old library versions
directory: "/conventions"
rebase-strategy: "disabled"
schedule:
interval: "daily"
open-pull-requests-limit: 10

- package-ecosystem: "gradle"
# need to scope gradle dependency updates down in this repo because most of the instrumentations
# intentionally test against old library versions
directory: "/gradle-plugins"
rebase-strategy: "disabled"
schedule:
interval: "daily"
open-pull-requests-limit: 10

- package-ecosystem: "gradle"
directory: "/"
allow:
Expand Down

0 comments on commit 39ca98c

Please sign in to comment.