diff --git a/projects/rdc/.github/dependabot.yml b/projects/rdc/.github/dependabot.yml index d24c82f8f3..8cfb43a90c 100644 --- a/projects/rdc/.github/dependabot.yml +++ b/projects/rdc/.github/dependabot.yml @@ -9,9 +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"