diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 276690bd4f..8cfb43a90c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,4 +9,10 @@ updates: directory: "/docs/sphinx" # Location of package manifests open-pull-requests-limit: 10 schedule: - interval: "daily" + interval: "monthly" + labels: + - "documentation" + - "dependencies" + - "ci:docs-only" + reviewers: + - "samjwu"