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 2026113 commit 58da022Copy full SHA for 58da022
.github/dependabot.yml
@@ -8,6 +8,10 @@ updates:
8
labels:
9
- enhancement
10
- dependency-management
11
+ groups:
12
+ github-actions:
13
+ patterns:
14
+ - "*"
15
- package-ecosystem: docker
16
directory: "/"
17
schedule:
@@ -16,6 +20,10 @@ updates:
20
21
18
22
23
24
+ docker:
25
26
19
27
- package-ecosystem: pip
28
directories:
29
- "/"
@@ -26,3 +34,7 @@ updates:
34
35
36
37
38
+ pip:
39
40
0 commit comments