We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9606b commit 88d8c96Copy full SHA for 88d8c96
.github/dependabot.yml
@@ -0,0 +1,32 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ day: "wednesday"
8
+ time: "11:00"
9
+ timezone: "Europe/Berlin"
10
+ commit-message:
11
+ prefix: "Dependency"
12
+ include: "scope"
13
+ - package-ecosystem: "npm"
14
15
16
17
18
19
20
21
22
23
+ - package-ecosystem: "docker"
24
25
26
27
28
29
30
31
32
0 commit comments