We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ffbcb commit c6ac5beCopy full SHA for c6ac5be
.github/dependabot.yml
@@ -8,13 +8,28 @@ updates:
8
directory: "/.github/workflows"
9
schedule:
10
interval: weekly
11
+ groups:
12
+ minor-and-patch:
13
+ update-types:
14
+ - minor
15
+ - patch
16
- package-ecosystem: pip
17
directory: "/docs"
18
19
20
21
22
23
24
25
26
directory: "/"
27
28
29
allow:
30
- dependency-type: "all"
31
32
33
34
35
0 commit comments