From ac85587e4d0f8249c5d9b28f6d994c34b26275b5 Mon Sep 17 00:00:00 2001 From: softwaredevelop <61334390+softwaredevelop@users.noreply.github.com> Date: Tue, 23 Aug 2022 15:07:42 +0200 Subject: [PATCH] refactor: Add .devcontainer #9 --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b7c674f..379f0d9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,7 +12,7 @@ updates: - "github-actions dependencies" - package-ecosystem: "docker" - directory: "/" + directory: ".devcontainer/" schedule: interval: "weekly" day: "friday"