Skip to content

Commit 455bd08

Browse files
committed
Dependabot: Group version updates
1 parent a959e87 commit 455bd08

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
version: 2
22
updates:
3-
- package-ecosystem: pip
4-
directory: "/"
5-
schedule:
6-
interval: daily
7-
time: '04:00'
8-
open-pull-requests-limit: 10
3+
- package-ecosystem: pip
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
time: '04:00'
8+
versioning-strategy: lockfile-only
9+
groups:
10+
dependencies:
11+
update-types:
12+
- "minor"
13+
- "patch"

0 commit comments

Comments
 (0)