From 39ca98cba4301e1d995727d1563cf09c2de4562e Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Thu, 22 Sep 2022 09:52:27 -0700 Subject: [PATCH] Increase dependabot limit (#6706) --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f06d10da456f..73c286437948 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: