In R Markdown we can inform css, csl and bibliograph as external files.
If I want to use a configuration file I need to keep it into the same directory as .Rmd as it is described in https://bookdown.org/yihui/bookdown/usage.html and an example is provided in my answer here: How to set the language in a html document via r markdown html
However, Can I keep the _bookdown.yml file in another directory of my .Rmd file and inform it like includes or something else?