We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13aae2f commit 0401803Copy full SHA for 0401803
.github/dependabot.yml
@@ -5,26 +5,7 @@ updates:
5
directory: "/"
6
schedule:
7
interval: "weekly"
8
-
9
-# - package-ecosystem: "cargo"
10
-# directory: "/"
11
-# registries: "*"
12
-# schedule:
13
-# interval: "daily"
14
-#
15
-# - package-ecosystem: "npm"
16
17
18
19
20
-# - package-ecosystem: "docker"
21
22
23
-# interval: "weekly"
24
25
-#registries:
26
-# github:
27
-# type: git
28
-# url: https://github.com
29
-# username: MidnightCI
30
-# password: ${{ secrets.MIDNIGHTCI_REPO }}
+ - package-ecosystem: "docker"
+ directory: "/"
+ schedule:
+ interval: "weekly"
0 commit comments