From 53a15a56c20937e69e5811a91d8fd67ba89d5ac9 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Tue, 17 Oct 2023 16:06:18 -0400 Subject: [PATCH] Exclude geoarrow/deck.gl-layers from dependabot updates --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b47b5339..c8a3f13c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,8 @@ updates: - "*deck*" - "*loaders*" - "*luma*" + exclude-patterns: + - "@geoarrow/deck.gl-layers" other: patterns: - "*"