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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ updates:
interval: "weekly"
day: "thursday"
open-pull-requests-limit: 10
# Ignore major version updates for ESLint and related plugins to prevent breaking changes
# ESLint config standard is tied to ESLint v8.x, so we can't upgrade to ESLint v9+ yet
ignore:
- dependency-name: "eslint"
update-types: ["version-update:semver-major"]
- dependency-name: "eslint-*"
update-types: ["version-update:semver-major"]
groups:
npm-dependencies:
patterns:
Expand Down