From 2167d9d2954092cf6ce8f3ff55bb199db22cc337 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 [ROCm/rocprofiler-compute commit: 51c9c6fad351853aa403a302e7f842e005d6462c] --- projects/rocprofiler-compute/.github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/.github/dependabot.yml b/projects/rocprofiler-compute/.github/dependabot.yml index 90f2d871e9..a169714fbe 100644 --- a/projects/rocprofiler-compute/.github/dependabot.yml +++ b/projects/rocprofiler-compute/.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"