Skip to content

Commit e113347

Browse files
authored
Dependabot: add docker
1 parent 1aac1cd commit e113347

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,13 @@ updates:
1919
ci-dependencies:
2020
patterns:
2121
- "*" # Match all dependencies to one PR.
22+
23+
- package-ecosystem: "docker"
24+
directory: "/"
25+
schedule:
26+
interval: monthly
27+
open-pull-requests-limit: 25
28+
groups:
29+
docker-dependencies:
30+
patterns:
31+
- "*" # Match all dependencies to one PR.

0 commit comments

Comments
 (0)