From 46fd5d9de4268c87510c499cede95c2971162c5a Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 29 Jun 2021 23:33:09 -0400 Subject: [PATCH] docs: clarify location of dependabot file (#731) * docs: clarify location of dependabot file * Update faq.md --- docs/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 50d9a480..76bab61c 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -215,7 +215,7 @@ uses: pypa/cibuildwheel@v2.0.0a4 This is a composite step that just runs cibuildwheel using pipx. You can set command-line options as `with:` parameters, and use `env:` as normal. -Then, your `dependabot.yml` file could look like this: +Then, your `.github/dependabot.yml` file could look like this: ```yaml version: 2 @@ -239,7 +239,7 @@ The second option, and the only one that supports other CI systems, is using a ` cibuildwheel==2.0.0a4 ``` -Then your install step would have `python -m pip install -r requirements-cibw.txt` in it. Your `dependabot.yml` file could look like this: +Then your install step would have `python -m pip install -r requirements-cibw.txt` in it. Your `.github/dependabot.yml` file could look like this: ```yaml version: 2