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 efff9ec commit 67d4d21Copy full SHA for 67d4d21
.github/dependabot.yml
@@ -3,18 +3,33 @@ updates:
3
- package-ecosystem: github-actions
4
directory: "/"
5
schedule:
6
- interval: daily
+ interval: weekly
7
- package-ecosystem: pip
8
directory: "/.github/workflows"
9
10
11
+ groups:
12
+ minor-and-patch:
13
+ update-types:
14
+ - minor
15
+ - patch
16
17
directory: "/docs"
18
19
20
21
22
23
24
25
26
27
28
29
allow:
30
- dependency-type: "all"
31
32
33
34
35
0 commit comments