Skip to content

Commit

Permalink
chore(dependabot): update svelte independently (#109)
Browse files Browse the repository at this point in the history
Sveltekit must be updated to a major version which requires
configuration changes.
This will allow other dependencies to be updated while making changes to
svelte in parallel.
  • Loading branch information
tbouffard committed Apr 29, 2024
1 parent deba0db commit 84b213d
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 @@ -13,6 +13,10 @@ updates:
prefix: "chore(deps)"
prefix-development: "chore(deps-dev)"
groups:
svelte:
patterns:
- "@sveltejs/"
- "svelte*"
development-dependencies:
dependency-type: "development"

Expand Down

0 comments on commit 84b213d

Please sign in to comment.