Skip to content

Commit fcc8a2c

Browse files
maint: add devcontainers to dependabot routines
It was VS Code that suggested this change. Let's assess the real impact. Signed-off-by: Claudio André <[email protected]>
1 parent 8342c97 commit fcc8a2c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,9 @@ updates:
3636
schedule:
3737
interval: "weekly"
3838
day: "saturday"
39+
40+
- package-ecosystem: devcontainers
41+
directory: /
42+
schedule:
43+
interval: "weekly"
44+
day: "saturday"

0 commit comments

Comments
 (0)