Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit e33c5b2

Browse files
authored
add dependabot docker
1 parent 3185fb8 commit e33c5b2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@ updates:
88
labels:
99
- "pip dependencies"
1010
open-pull-requests-limit: 10
11+
- package-ecosystem: docker
12+
directory: "/"
13+
schedule:
14+
interval: "weekly"
15+
day: "monday"
16+
labels:
17+
- "docker dependencies"
18+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)