From 43cfd2f014f886db0a1875e17ad65d2b7fd01c60 Mon Sep 17 00:00:00 2001 From: "Galantsev, Dmitrii" Date: Thu, 4 Apr 2024 17:02:05 -0500 Subject: [PATCH] GIT - Sync dependabot settings with amdsmi Change-Id: I9442355fa0b4a7858c4c9232631a044789166601 Signed-off-by: Galantsev, Dmitrii [ROCm/rdc commit: d1400df06c0fe6f0d8cec1562709348edb8a94b3] --- projects/rdc/.github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"