Skip to content

Commit c02733d

Browse files
T-256Tom Christie
andauthored
Group dependencies on dependabot updates (#885)
* Update dependabot.yml * exclude pins: `werkzeug` --------- Co-authored-by: Tom Christie <[email protected]>
1 parent 908013c commit c02733d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
21
version: 2
32
updates:
43
- package-ecosystem: "pip"
54
directory: "/"
65
schedule:
76
interval: "monthly"
7+
groups:
8+
python-packages:
9+
patterns:
10+
- "*"
11+
exclude-patterns:
12+
- "werkzeug"

0 commit comments

Comments
 (0)