Skip to content

Commit

Permalink
Fix missing globstars in dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
timomeh committed Apr 2, 2024
1 parent 5f5f0ad commit eb124d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ updates:
- 'tailwind*'
- '@tailwind*'
- 'autoprefixer'
- 'postcss'
- 'postcss*'
plaiceholder:
patterns:
- 'plaiceholder'
- '@plaiceholder*'
shiki:
patterns:
- 'shiki'
- '@shiki'
- '@shiki*'
react:
patterns:
- 'react'
Expand Down

0 comments on commit eb124d7

Please sign in to comment.