From 8b35311bb418833f9fe0a3a7e9188ce1848944a6 Mon Sep 17 00:00:00 2001 From: RYGRIT Date: Sat, 11 Apr 2026 08:41:12 +0800 Subject: [PATCH 1/2] ci: exclude playground from scans --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ca79ca5..727efc9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: / schedule: interval: weekly + + # Ignore all dependency manifests in the `playground` directory. + exclude-paths: + - "/playground/**" From 536c3eb49a2d95e85b0097ae4a683a8f967cf810 Mon Sep 17 00:00:00 2001 From: RYGRIT Date: Sat, 11 Apr 2026 08:51:04 +0800 Subject: [PATCH 2/2] chore: format --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 727efc9..4819b3d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,4 +7,4 @@ updates: # Ignore all dependency manifests in the `playground` directory. exclude-paths: - - "/playground/**" + - '/playground/**'