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
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@ updates:
schedule:
interval: "weekly"
open-pull-requests-limit: 10
ignore:
# TypeScript major bumps require workspace-wide migration across the four
# auth.* OSS repos (auth.provider / auth.policy-verifier / auth.proxy /
# auth.utils). A per-repo Dependabot bump would split TS versions across
# the workspace and complicate dev-tool onboarding. TS major upgrades are
# handled as a deliberate cross-repo PR, not auto-bumped.
- dependency-name: "typescript"
update-types:
- "version-update:semver-major"
Loading