From 796f2b9714c7cf5b0d8cb1912352cb533b90d360 Mon Sep 17 00:00:00 2001 From: yakimoto <66892052+yakimoto@users.noreply.github.com> Date: Thu, 2 Apr 2026 14:09:51 -0400 Subject: [PATCH] chore: add dependabot config for example directories --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b41decb --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: npm + directory: /sdk-quickstart + schedule: + interval: weekly + - package-ecosystem: npm + directory: /mcp-server-setup + schedule: + interval: weekly + - package-ecosystem: npm + directory: /adk-hello-agent + schedule: + interval: weekly