Skip to content

Commit a39f458

Browse files
committed
Enable Dependabot for E2E docker image
1 parent 18f12e5 commit a39f458

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,10 @@ updates:
3737
day: "thursday" # Thursday is arbitrary
3838
labels:
3939
- "Update dependencies"
40+
- package-ecosystem: docker
41+
directory: "extensions/ql-vscode/test/e2e"
42+
schedule:
43+
interval: "weekly"
44+
day: "thursday" # Thursday is arbitrary
45+
labels:
46+
- "Update dependencies"

0 commit comments

Comments
 (0)