From cf456f506ccc0205bc1cf52cf42d54b9b2a69bf5 Mon Sep 17 00:00:00 2001 From: Blockiosaurus Date: Sun, 20 Jul 2025 07:35:38 -0400 Subject: [PATCH] Update Dependabot config for Metaplex dependencies --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2a30ae63..7bbb32f4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,4 +9,4 @@ updates: interval: 'weekly' allow: # Starting slow by only checking our own packages for updates. - - dependency-name: '@metaplex-foundation/*' + - dependency-name: '@metaplex-foundation/*' \ No newline at end of file