feat: add CI, dependabot config, and auto-merge workflow#1730
Open
diberry wants to merge 1 commit intoAzure-Samples:mainfrom
Open
feat: add CI, dependabot config, and auto-merge workflow#1730diberry wants to merge 1 commit intoAzure-Samples:mainfrom
diberry wants to merge 1 commit intoAzure-Samples:mainfrom
Conversation
- Replace stale dependabot.yml (removed 18 deleted directories, added 8 new) - Switch from daily to weekly (Monday) schedule to reduce PR noise - Add dependency groups: dev-dependencies, azure-sdk, types, eslint-tooling - Add github-actions ecosystem coverage - Create CI workflow with matrix install-check across 14 key sub-packages - Create dependabot-auto-merge workflow (patch+minor only, major blocked) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add CI, dependabot configuration, and auto-merge workflow to reduce manual dependency maintenance.
Changes
.github/dependabot.yml (updated)
dev-dependencies— dev deps grouped for minor/patchazure-sdk— @azure/* and azure-* packagestypes— @types/* packageseslint-tooling— eslint, typescript-eslint, prettier.github/workflows/ci.yml (new)
npm ci(ornpm installif no lockfile)buildandlintscripts where present (non-blocking).github/workflows/dependabot-auto-merge.yml (new)
github.actor == 'dependabot[bot]'dependabot/fetch-metadata@v2for semver classificationOpen Dependabot PR Audit (35 PRs)
10 patch/minor (safe to auto-merge once CI passes):
25 major (need human review):
Potential merge conflicts (multiple PRs modify same package.json):
api-inmemory/: Bump @types/node from 18.19.130 to 25.2.0 in /api-inmemory #1726, Bump @azure/functions from 4.0.0-alpha.9 to 4.11.0 in /api-inmemory #1703, Bump azure-functions-core-tools from 4.0.5095 to 4.6.0 in /api-inmemory #1690, Bump typescript from 4.9.5 to 5.9.3 in /api-inmemory #1558api-functions-v4-azure-resource-management/: Bump @types/node from 18.15.10 to 24.9.2 in /api-functions-v4-azure-resource-management #1640, Bump typescript from 4.9.5 to 5.9.3 in /api-functions-v4-azure-resource-management #1555, Bump @azure/identity from 3.1.3 to 4.13.0 in /api-functions-v4-azure-resource-management #1586, Bump @azure/functions from 4.0.0-alpha.9 to 4.8.0 in /api-functions-v4-azure-resource-management #1483, Bump @azure/arm-resources from 5.2.0 to 7.0.0 in /api-functions-v4-azure-resource-management #1385app-react-vite/: Bump @vitejs/plugin-react from 3.1.0 to 5.1.0 in /app-react-vite #1636, Bump vite from 4.5.14 to 7.1.12 in /app-react-vite #1635, Bump typescript from 4.9.5 to 5.9.3 in /app-react-vite #1549, Bump @types/react from 18.3.26 to 19.2.2 in /app-react-vite #1581, Bump styled-components from 5.3.11 to 6.1.19 in /app-react-vite #1263azure-upload-file-to-storage/api: Bump @types/node from 22.13.4 to 24.9.2 in /azure-upload-file-to-storage/api #1642, Bump typescript from 5.7.3 to 5.9.3 in /azure-upload-file-to-storage/api #1554, Bump @azure/functions from 4.6.1 to 4.8.0 in /azure-upload-file-to-storage/api #1484, Bump eslint from 9.20.1 to 9.38.0 in /azure-upload-file-to-storage/api #1615, Bump prettier from 3.5.1 to 3.6.2 in /azure-upload-file-to-storage/api #1296quickstarts/azure-openai-assistants/ts: Bump @types/node from 20.19.30 to 25.2.0 in /quickstarts/azure-openai-assistants/ts #1727, Bump openai from 4.104.0 to 6.17.0 in /quickstarts/azure-openai-assistants/ts #1723, Bump dotenv from 16.6.1 to 17.2.3 in /quickstarts/azure-openai-assistants/ts #1541Blockers