Skip to content

Commit 2c3164d

Browse files
authored
chore: Update dependabot.yml for dockerfiles (#1297)
1 parent 9b93ea7 commit 2c3164d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,20 @@ updates:
3131
- "minor"
3232
- "patch"
3333
- "major"
34+
35+
- package-ecosystem: "docker"
36+
directory: "/"
37+
schedule:
38+
interval: "daily"
39+
time: "08:00"
40+
timezone: "America/Los_Angeles"
41+
target-branch: "master"
42+
commit-message:
43+
prefix: "[docker-security]"
44+
include: "scope"
45+
pull-request-branch-name:
46+
separator: "-"
47+
reviewers:
48+
- "Layr-Labs/eigenda"
49+
labels:
50+
- "security"

0 commit comments

Comments
 (0)