From 65cf46dc7630989abc0a0652875fd63f3b55d32c Mon Sep 17 00:00:00 2001 From: "Galantsev, Dmitrii" Date: Thu, 4 Apr 2024 17:00:50 -0500 Subject: [PATCH] GIT - Sync dependabot settings with amdsmi Change-Id: Id67a7f5273fd274291a1044dca50cc4006e853a5 Signed-off-by: Galantsev, Dmitrii --- .github/dependabot.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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"