Skip to content

Commit

Permalink
chore(dependabot): update svelte with other dependencies (#159)
Browse files Browse the repository at this point in the history
Previously, svelte dependencies were updated independently because they
require to be updated to a new major version, and the configuration
required changes. The build was failing and prevented to update the
dependencies of other projects. So, updating svelte independently let
update the other dependencies. See
84b213d.

Svelte and sveltekit have been bumped to the latest available major
versions, so this is no longer needed to update them independently.
  • Loading branch information
tbouffard committed Aug 27, 2024
1 parent 0f6a86e commit 4559b55
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,8 @@ updates:
prefix: "chore(deps)"
prefix-development: "chore(deps-dev)"
groups:
svelte:
patterns:
- "@sveltejs/*"
- "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 4559b55

Please sign in to comment.