From 4858caebef97868e58bbf2bdb047cbb5d61f5232 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Mon, 13 Jul 2026 18:42:07 +0000 Subject: [PATCH] Add Dependabot monitoring of devcontainer --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9cdbd150c..59a4354cf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,6 +25,16 @@ updates: - dependencies - github_actions - Fanout + - package-ecosystem: "devcontainers" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + time: "22:00" + labels: + - dependencies + - devcontainers + - Fanout - package-ecosystem: "npm" directory: "/" open-pull-requests-limit: 20