From 4559b55f1079f26cbec5653271e930abe14895a2 Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Tue, 27 Aug 2024 07:44:33 +0200 Subject: [PATCH] chore(dependabot): update svelte with other dependencies (#159) 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 84b213d62102a7b9fd15cc3145cdb9d187d57fc7. Svelte and sveltekit have been bumped to the latest available major versions, so this is no longer needed to update them independently. --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7928554..156693c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: "/"