Spaces:
Running
Running
ci: ignore ESLint 10.x updates in Dependabot to maintain Next.js compatibility
Browse files- .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: /
|