Skip to content

Commit 99b1439

Browse files
committed
chore(deps): hold major bumps until 2026-05-27
Adds Dependabot ignore for selected major-version bumps to prevent weekly PR churn. Will be revisited as a focused upgrade cycle in 30 days when plugin/peer-dep ecosystems catch up.
1 parent aae4861 commit 99b1439

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ updates:
1818
update-types:
1919
- "minor"
2020
- "patch"
21+
# Major-bump hold (revisit 2026-05-27): typescript 6
22+
ignore:
23+
- dependency-name: "typescript"
24+
update-types: ["version-update:semver-major"]
2125

2226
- package-ecosystem: "github-actions"
2327
directory: "/"

0 commit comments

Comments
 (0)