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 1/3] 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 From cbdb1befac6cfe3eb75bded1c9f1d97a82ac7817 Mon Sep 17 00:00:00 2001 From: yakimoto Date: Wed, 12 Aug 2026 14:06:42 +0000 Subject: [PATCH 2/3] chore: drop mcp-server-setup from dependabot and add PR limits Co-authored-by: Codesmith --- .github/dependabot.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b41decb..7eac4aa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,11 +4,9 @@ updates: directory: /sdk-quickstart schedule: interval: weekly - - package-ecosystem: npm - directory: /mcp-server-setup - schedule: - interval: weekly + open-pull-requests-limit: 10 - package-ecosystem: npm directory: /adk-hello-agent schedule: interval: weekly + open-pull-requests-limit: 10 From 6ef1b7a074e22812bad585cf31c31ec0097610ad Mon Sep 17 00:00:00 2001 From: yakimoto Date: Wed, 12 Aug 2026 14:08:09 +0000 Subject: [PATCH 3/3] chore: cover root package.json in dependabot config Co-authored-by: Codesmith --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7eac4aa..5fd734e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,10 @@ version: 2 updates: + - package-ecosystem: npm + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 10 - package-ecosystem: npm directory: /sdk-quickstart schedule: