From 8b16849537672853c052ea4a50a27993fe8a619e Mon Sep 17 00:00:00 2001 From: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> Date: Thu, 2 Jul 2026 18:49:21 -0400 Subject: [PATCH] chore: add ai-extensions to dependabot sync ai-extensions is a pnpm monorepo with package.json manifests at /, /radius-core, and /adapters/canvas. The /adapters/* glob covers canvas plus future adapters. pnpm is declared under type: npm (Dependabot auto-detects pnpm from pnpm-lock.yaml). github-actions is included for the repo's workflows. ai-extensions was already in the main sync group but missing from the Dependabot section, so no dependabot.yml was being generated for it. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com> --- .github/sync.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/sync.yml b/.github/sync.yml index 025d74f..8492b5b 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -106,6 +106,20 @@ group: - type: github-actions directories: ["/", "/workflow-templates"] + - repos: | + radius-project/ai-extensions + files: + - source: sync-templates/.github/dependabot.yml.njk + dest: .github/dependabot.yml + template: + ecosystems: + - type: github-actions + - type: npm + directories: + - "/" + - "/radius-core" + - "/adapters/*" + # github-actions only - repos: | radius-project/community