Skip to content

Commit 02de456

Browse files
committed
Misc: Don't group dependabot python updates
It is better to apply each update individually if some update breaks the build.
1 parent d784bb1 commit 02de456

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,8 @@ updates:
55
schedule:
66
interval: weekly
77
time: "04:00"
8-
allow:
9-
- dependency-type: direct
10-
- dependency-type: indirect
118
commit-message:
129
prefix: "Deps"
13-
groups:
14-
python-packages:
15-
patterns:
16-
- "*"
1710

1811
- package-ecosystem: "github-actions"
1912
directory: "/"

0 commit comments

Comments
 (0)