Skip to content

Commit 18b653a

Browse files
authored
chore(dependabot): fix update svelte independently (#111)
Exclude svelte dependencies from the main group, otherwise svelte is also updated in this group.
1 parent 84b213d commit 18b653a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ updates:
1919
- "svelte*"
2020
development-dependencies:
2121
dependency-type: "development"
22+
exclude-patterns:
23+
# updated in a dedicated group
24+
- "@sveltejs/"
25+
- "svelte*"
2226

2327
- package-ecosystem: "github-actions"
2428
directory: "/"

0 commit comments

Comments
 (0)