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
19 changes: 19 additions & 0 deletions catalog/snippets/configs/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
# Because develop is strictly forward-only, each branch absorbs its own PRs.
# Security (CVE) PRs always target the default branch regardless of target-branch.
# Keep only the ecosystems the repo actually ships.
#
# Exclude-patterns keeps the fleet's toolchain packages out of the catch-all bump.
# A tool's own version bump can flag previously-compliant code, blocking the whole group over it.
version: 2
updates:

Expand All @@ -21,6 +24,10 @@ updates:
nuget-deps:
patterns:
- "*"
exclude-patterns:
- "csharpier"
- "husky"
- "dotnet-outdated-tool"

- package-ecosystem: "nuget"
target-branch: "develop"
Expand All @@ -31,6 +38,10 @@ updates:
nuget-deps:
patterns:
- "*"
exclude-patterns:
- "csharpier"
- "husky"
- "dotnet-outdated-tool"

- package-ecosystem: "github-actions"
target-branch: "main"
Expand Down Expand Up @@ -63,6 +74,10 @@ updates:
pypi-deps:
patterns:
- "*"
exclude-patterns:
- "ruff"
- "pyright"
- "mypy"

- package-ecosystem: "uv"
target-branch: "develop"
Expand All @@ -73,3 +88,7 @@ updates:
pypi-deps:
patterns:
- "*"
exclude-patterns:
- "ruff"
- "pyright"
- "mypy"