Skip to content

Commit 0401803

Browse files
authored
feat: turn on dependabot for docker (#20)
1 parent 13aae2f commit 0401803

File tree

1 file changed

+4
-23
lines changed

1 file changed

+4
-23
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,7 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8-
9-
# - package-ecosystem: "cargo"
10-
# directory: "/"
11-
# registries: "*"
12-
# schedule:
13-
# interval: "daily"
14-
#
15-
# - package-ecosystem: "npm"
16-
# directory: "/"
17-
# schedule:
18-
# interval: "daily"
19-
#
20-
# - package-ecosystem: "docker"
21-
# directory: "/"
22-
# schedule:
23-
# interval: "weekly"
24-
#
25-
#registries:
26-
# github:
27-
# type: git
28-
# url: https://github.com
29-
# username: MidnightCI
30-
# password: ${{ secrets.MIDNIGHTCI_REPO }}
8+
- package-ecosystem: "docker"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"

0 commit comments

Comments
 (0)