Skip to content

Commit e1b6914

Browse files
authored
Group pip updates pull-requests and add GH Actions updates (#938)
* Group pip updates pull-requests and add GH Actions updates * Switch to weekly, as suggested by @alexcottner
1 parent 9fca363 commit e1b6914

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,15 @@ updates:
33
- package-ecosystem: "pip"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "weekly"
7+
groups:
8+
minor-patch:
9+
update-types: ["minor", "patch"]
710
- package-ecosystem: "docker"
811
directory: "/"
912
schedule:
1013
interval: "weekly"
14+
- package-ecosystem: "github-actions"
15+
directory: "/"
16+
schedule:
17+
interval: "weekly"

0 commit comments

Comments
 (0)