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 38a4cfe commit 3f3eed1Copy full SHA for 3f3eed1
.github/dependabot.yml
@@ -70,3 +70,39 @@ updates:
70
actions:
71
patterns:
72
- "*"
73
+
74
+ - package-ecosystem: "devcontainers"
75
+ directory: "/"
76
+ schedule:
77
+ interval: "weekly"
78
+ labels:
79
+ - "dependencies"
80
+ - "devcontainers"
81
+ groups:
82
+ dependencies:
83
+ patterns:
84
+ - "*"
85
86
+ - package-ecosystem: "docker-compose"
87
88
89
90
91
92
+ - "docker_compose"
93
94
95
96
97
98
+ - package-ecosystem: "pip"
99
100
101
102
103
104
+ - "pip"
105
106
107
108
0 commit comments