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
87 changes: 87 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
version: 2
updates:
- package-ecosystem: uv
directory: /
Comment thread
spencrr marked this conversation as resolved.
schedule:
interval: weekly
commit-message:
prefix: "MAINT"
reviewers:
- "microsoft/ai-red-team-dev"
groups:
minor-and-patch:
update-types:
- minor
- patch

- package-ecosystem: npm
directory: /frontend
Comment thread
spencrr marked this conversation as resolved.
schedule:
interval: weekly
commit-message:
prefix: "MAINT"
reviewers:
- "microsoft/ai-red-team-dev"
groups:
minor-and-patch:
update-types:
- minor
- patch

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
commit-message:
prefix: "MAINT"
reviewers:
- "microsoft/ai-red-team-dev"
groups:
minor-and-patch:
update-types:
- minor
- patch

- package-ecosystem: pre-commit
directory: /
schedule:
interval: weekly
commit-message:
prefix: "MAINT"
reviewers:
- "microsoft/ai-red-team-dev"
groups:
minor-and-patch:
update-types:
- minor
- patch

- package-ecosystem: docker
directories:
- /docker
- /.devcontainer
schedule:
interval: weekly
commit-message:
prefix: "MAINT"
reviewers:
- "microsoft/ai-red-team-dev"
groups:
minor-and-patch:
update-types:
- minor
- patch

- package-ecosystem: devcontainers
directory: /
schedule:
interval: weekly
commit-message:
prefix: "MAINT"
reviewers:
- "microsoft/ai-red-team-dev"
Comment thread
spencrr marked this conversation as resolved.
groups:
minor-and-patch:
update-types:
- minor
- patch
Loading