From eb124d71fb95f9a69447417be7ab1cceb0dd19e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=C3=A4mecke?= Date: Tue, 2 Apr 2024 13:53:33 +0200 Subject: [PATCH] Fix missing globstars in dependabot --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 108a0e2..8c0df61 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,7 +17,7 @@ updates: - 'tailwind*' - '@tailwind*' - 'autoprefixer' - - 'postcss' + - 'postcss*' plaiceholder: patterns: - 'plaiceholder' @@ -25,7 +25,7 @@ updates: shiki: patterns: - 'shiki' - - '@shiki' + - '@shiki*' react: patterns: - 'react'