Skip to content

Commit 56c3394

Browse files
gavinbarronCopilot
andcommitted
chore: group remaining dependabot updates with catch-all pattern
Add an 'other-dependencies' group with a wildcard pattern to catch all packages not already matched by a specific group. This reduces individual PRs for ungrouped packages like requests, idna, attrs, cryptography, etc. into a single grouped PR. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 21c582b commit 56c3394

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ updates:
2222
flit:
2323
patterns:
2424
- "*flit*"
25+
other-dependencies:
26+
patterns:
27+
- "*"
2528
- package-ecosystem: github-actions
2629
directory: "/"
2730
schedule:

0 commit comments

Comments
 (0)