We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9bf4ff commit b011fffCopy full SHA for b011fff
.github/dependabot.yml
@@ -0,0 +1,34 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "composer"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "daily"
7
+ - package-ecosystem: "npm"
8
9
10
11
+ - package-ecosystem: "docker"
12
13
14
+ interval: "monthly"
15
+ - package-ecosystem: "pip"
16
17
18
19
+ - package-ecosystem: "bundler"
20
21
22
23
+ - package-ecosystem: "gomod"
24
25
26
27
+ - package-ecosystem: "github-actions"
28
29
30
31
+ - package-ecosystem: "terraform"
32
33
34
0 commit comments