From b8f8f48b6da284dc5479e8faabca31e2bbf656cc Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 1 Feb 2024 22:52:16 +0800 Subject: [PATCH] chore: add skip-verify-files label to dependabot PR (#47295) Signed-off-by: afc163 --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c12e52c5b2..740abd1a5e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -30,3 +30,7 @@ updates: directory: "/" schedule: interval: "daily" + labels: + - "github-actions" + - "dependencies" + - "skip-verify-files"