Skip to content

Commit 3f060ec

Browse files
authored
Add Docker ecosystem to Dependabot config
Added Docker package ecosystem to Dependabot configuration.
1 parent 6df4321 commit 3f060ec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@ updates:
77
- package-ecosystem: "github-actions"
88
directory: "/"
99
schedule:
10-
# Check for updates to GitHub Actions every weekday
10+
interval: "daily"
11+
12+
- package-ecosystem: "docker"
13+
directory: "/"
14+
schedule:
1115
interval: "daily"

0 commit comments

Comments
 (0)