Fix dependabot (#7050)

it fails when directories do not have a gradle build file in them
This commit is contained in:
Trask Stalnaker 2022-11-04 14:45:42 -07:00 committed by GitHub
parent 102b47f245
commit 0ae271d51e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

@ -33,7 +33,16 @@ updates:
- package-ecosystem: "gradle" - package-ecosystem: "gradle"
# need to scope gradle dependency updates down in this repo because most of the instrumentations # need to scope gradle dependency updates down in this repo because most of the instrumentations
# intentionally test against old library versions # 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" rebase-strategy: "disabled"
schedule: schedule:
interval: "daily" interval: "daily"