Skip to content

Commit

Permalink
chore(dependabot): fix update svelte independently (#111)
Browse files Browse the repository at this point in the history
Exclude svelte dependencies from the main group, otherwise svelte is
also updated in this group.
  • Loading branch information
tbouffard committed Apr 29, 2024
1 parent 84b213d commit 18b653a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ updates:
- "svelte*"
development-dependencies:
dependency-type: "development"
exclude-patterns:
# updated in a dedicated group
- "@sveltejs/"
- "svelte*"

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

0 comments on commit 18b653a

Please sign in to comment.