Skip to content

Commit

Permalink
chore(dependabot): fix update svelte patterns (#114)
Browse files Browse the repository at this point in the history
Add missing stars in the pattern.
  • Loading branch information
tbouffard authored Apr 29, 2024
1 parent 7060bc4 commit c08ed15
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 @@ -15,13 +15,13 @@ updates:
groups:
svelte:
patterns:
- "@sveltejs/"
- "@sveltejs/*"
- "svelte*"
development-dependencies:
dependency-type: "development"
exclude-patterns:
# updated in a dedicated group
- "@sveltejs/"
- "@sveltejs/*"
- "svelte*"

- package-ecosystem: "github-actions"
Expand Down

0 comments on commit c08ed15

Please sign in to comment.