From 51c9c6fad351853aa403a302e7f842e005d6462c Mon Sep 17 00:00:00 2001 From: vedithal-amd Date: Mon, 10 Mar 2025 18:01:37 -0400 Subject: [PATCH] Update sphinx docs version in develop (#601) * Update sphinx docs version in develop instead of amd-staging branch * Add repo admins to pr review --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 90f2d871e9..a169714fbe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,9 +10,12 @@ updates: open-pull-requests-limit: 10 schedule: interval: "daily" - target-branch: "amd-staging" + target-branch: "develop" labels: - "documentation" - "dependencies" reviewers: - "samjwu" + - "feizheng10" + - "coleramos425" + - "vedithal-amd"