diff --git a/.github/dependabot.yml b/.github/dependabot.yml index df528e23f3..4ecb8ff7a2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -33,7 +33,16 @@ updates: - 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: "/examples" + directory: "/examples/distro" + 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: "/examples/extension" rebase-strategy: "disabled" schedule: interval: "daily"