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 1bde129 commit b19802dCopy full SHA for b19802d
1 file changed
.github/dependabot.yml
@@ -0,0 +1,41 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "npm"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "monthly"
7
+ open-pull-requests-limit: 1
8
+ groups:
9
+ all-npm-dependencies:
10
+ patterns:
11
+ - "*"
12
+
13
+ - package-ecosystem: "bundler"
14
15
16
17
18
19
+ all-bundler-dependencies:
20
21
22
23
+ - package-ecosystem: "docker"
24
25
26
27
28
29
+ all-docker-dependencies:
30
31
32
33
+ - package-ecosystem: "github-actions"
34
35
36
37
38
39
+ all-github-actions-dependencies:
40
41
0 commit comments