Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,32 @@ updates:
- package-ecosystem: 'github-actions'
directory: '/'
multi-ecosystem-group: 'all'
patterns: ['*']
- package-ecosystem: 'devcontainers'
directory: '/'
Comment on lines 7 to 12

Copilot AI Mar 5, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title/description are scoped to Dependabot grouping, but this PR also adds a large new documentation page (docs/guides/custom-agents.md) and changes the cross-repo issue triage workflow. Please either update the PR title/description to reflect the additional changes, or split the docs/workflow updates into separate PR(s) so the Dependabot change can be reviewed/rolled back independently.

Copilot uses AI. Check for mistakes.
multi-ecosystem-group: 'all'
patterns: ['*']
# Node.js dependencies
- package-ecosystem: 'npm'
directory: '/nodejs'
multi-ecosystem-group: 'all'
patterns: ['*']
- package-ecosystem: 'npm'
directory: '/test/harness'
multi-ecosystem-group: 'all'
patterns: ['*']
# Python dependencies
- package-ecosystem: 'pip'
directory: '/python'
multi-ecosystem-group: 'all'
patterns: ['*']
# Go dependencies
- package-ecosystem: 'gomod'
directory: '/go'
multi-ecosystem-group: 'all'
patterns: ['*']
# .NET dependencies
- package-ecosystem: 'nuget'
directory: '/dotnet'
multi-ecosystem-group: 'all'
patterns: ['*']
Loading