From 34c442f99c85e5504ad2de47f0a5df04a34a34b0 Mon Sep 17 00:00:00 2001 From: Jan-Niklas Burfeind Date: Mon, 8 Jul 2024 13:24:05 +0200 Subject: [PATCH] ci: Add Dockerfile of .devcontainer to dependabot and have it update it on a regular basis. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 82dba20..d853ea4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,10 @@ updates: directory: / schedule: interval: daily + - package-ecosystem: docker + directory: /.devcontainer + schedule: + interval: daily - package-ecosystem: github-actions directory: / schedule: