Add smoke-tests to dependabot (#7072)

We need more dependabot!!!!
This commit is contained in:
Trask Stalnaker 2022-11-08 11:08:54 -08:00 committed by GitHub
parent d9c4784952
commit 9dc9135814
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -57,6 +57,15 @@ updates:
interval: "daily" interval: "daily"
open-pull-requests-limit: 10 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: "/smoke-tests"
rebase-strategy: "disabled"
schedule:
interval: "daily"
open-pull-requests-limit: 10
- 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