Skip to content

Commit da21ffe

Browse files
authored
chore: configure dependabot to update docker files (#5086)
1 parent 71c5f27 commit da21ffe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22
version: 2
33
updates:
4+
- package-ecosystem: "docker"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
49
- package-ecosystem: "github-actions"
510
directory: "/.github/workflows/"
611
schedule:

0 commit comments

Comments
 (0)