From 53d991c60486b78c079da7e63dc55270eb6f217f Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Mon, 13 Jul 2026 12:43:29 -0700 Subject: [PATCH] Add Dependabot monitoring of devcontainer (#1735) --- .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