Skip to content

Commit 03461c9

Browse files
committed
feat: enable Dockerfile check for dependabot
1 parent 3a0708e commit 03461c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ updates:
3030
patterns:
3131
- "*"
3232

33+
# docker
34+
- package-ecosystem: "docker"
35+
directory: "/"
36+
schedule:
37+
interval: "weekly"
38+
3339
# GitHub composite actions
3440
- package-ecosystem: "github-actions"
3541
directory: "/.github/actions/packages"

0 commit comments

Comments
 (0)