Skip to content

Commit 5db85bc

Browse files
authored
Merge pull request #124 from lunarcloud/lunarcloud-patch-1
Update dependabot.yml to ignore ESLint major updates
2 parents df2368d + 15f21e6 commit 5db85bc

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ updates:
99
interval: "weekly"
1010
day: "thursday"
1111
open-pull-requests-limit: 10
12+
# Ignore major version updates for ESLint and related plugins to prevent breaking changes
13+
# ESLint config standard is tied to ESLint v8.x, so we can't upgrade to ESLint v9+ yet
14+
ignore:
15+
- dependency-name: "eslint"
16+
update-types: ["version-update:semver-major"]
17+
- dependency-name: "eslint-*"
18+
update-types: ["version-update:semver-major"]
1219
groups:
1320
npm-dependencies:
1421
patterns:

0 commit comments

Comments
 (0)