From 48a92ed35ee8336df21467e87ccf7bbabadad9ba Mon Sep 17 00:00:00 2001 From: games647 Date: Thu, 31 Aug 2023 13:51:42 +0200 Subject: [PATCH] Use wildcard exclude patterns --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 18073415..797e1bb7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,8 +23,8 @@ updates: exclude-patterns: # Create single PR for these # Plugin require special evaluation about their compatibility - - "com.lenis0012.bukkit:loginsecurity" - - "com.comphenix.protocol:ProtocolLib" + - "*loginsecurity" + - "*ProtocolLib" ignore: # HikariCP dropped Java 8 support with 5.0