Skip to content

Commit eb5cdd7

Browse files
committed
CI: group "smithy" dependency updates
Problem: Getting lots of PRs for `@smithy/*` dependency updates. Solution: Group them together so they occupy only 1 PR.
1 parent 20c37ab commit eb5cdd7

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
@@ -20,6 +20,10 @@ updates:
2020
vscode-lsp:
2121
patterns:
2222
- 'vscode-lang*'
23+
smithy:
24+
patterns:
25+
- '@smithy*'
26+
- 'smithy*'
2327
- package-ecosystem: 'github-actions'
2428
directory: '/'
2529
target-branch: 'master' # Avoid updates to "staging".

0 commit comments

Comments
 (0)