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 committed Sep 22, 2022
1 parent d5e9e7d commit a6702bc
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 a6702bc

Please sign in to comment.