Fix dependabot (#7050)
it fails when directories do not have a gradle build file in them
This commit is contained in:
parent
102b47f245
commit
0ae271d51e
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue