Skip to content

Commit 410f191

Browse files
authored
Update dependabot.yml
add docker to dependabot config
1 parent 008755c commit 410f191

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

+12
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,15 @@ updates:
1313
update-types:
1414
- "minor"
1515
- "patch"
16+
- package-ecosystem: "docker"
17+
directory: "/"
18+
schedule:
19+
interval: "daily"
20+
commit-message:
21+
prefix: "chore(deps)"
22+
groups:
23+
dependencies:
24+
applies-to: version-updates
25+
update-types:
26+
- "minor"
27+
- "patch"

0 commit comments

Comments
 (0)