Skip to content

Commit 6f58bbf

Browse files
authored
chore(deps): introduce a serde dependabot group (#4160)
this commit introduces a dependabot group that will manage `serde`, and its constituent crates like `serde_json`, `serde_core`, and `serde_derive`, in unison. see redundant pull requests such as #4158 and #4159 for a motivating example. Signed-off-by: katelyn martin <[email protected]>
1 parent d0a939a commit 6f58bbf

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
@@ -48,6 +48,10 @@ updates:
4848
- "tokio-rustls"
4949
- "rustls*"
5050
- "ring"
51+
serde:
52+
patterns:
53+
- "serde"
54+
- "serde_*"
5155
symbolic:
5256
patterns:
5357
- "symbolic-*"

0 commit comments

Comments
 (0)