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 a2a5d81 commit a319933Copy full SHA for a319933
.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