Param20h commited on
Commit
87c191f
·
unverified ·
1 Parent(s): 51887aa

ci: ignore ESLint 10.x updates in Dependabot to maintain Next.js compatibility

Browse files
Files changed (1) hide show
  1. .github/dependabot.yml +3 -0
.github/dependabot.yml CHANGED
@@ -55,6 +55,9 @@ updates:
55
  update-types:
56
  - minor
57
  - patch
 
 
 
58
 
59
  - package-ecosystem: github-actions
60
  directory: /
 
55
  update-types:
56
  - minor
57
  - patch
58
+ ignore:
59
+ - dependency-name: "eslint"
60
+ versions: [">= 10.0.0"]
61
 
62
  - package-ecosystem: github-actions
63
  directory: /