From beb927dd86e225200c977dea2911e081ecdb3e4b Mon Sep 17 00:00:00 2001 From: Blockiosaurus Date: Sun, 20 Jul 2025 07:37:48 -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 2a30ae6..7bbb32f 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