Skip to content

Commit 2375c24

Browse files
authored
feat(dependabot): add a regex group (#4245)
this groups our regex dependencies. see #4243 and #4242 for examples of duplicate pull requests. Signed-off-by: katelyn martin <[email protected]>
1 parent 2840f2c commit 2375c24

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
@@ -43,6 +43,10 @@ updates:
4343
opentelemetry:
4444
patterns:
4545
- "opentelemetry*"
46+
regex:
47+
patterns:
48+
- "regex"
49+
- "regex-*"
4650
rustls:
4751
patterns:
4852
- "tokio-rustls"

0 commit comments

Comments
 (0)