Skip to content

Commit c692fff

Browse files
authored
fix: renovat version update (#105)
1 parent 0f08720 commit c692fff

4 files changed

Lines changed: 17 additions & 2 deletions

File tree

.github/workflows/renovate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions:
99
contents: write
1010
pull-requests: write
1111
issues: write
12+
statuses: write
1213

1314
jobs:
1415
renovate:

package-lock.json

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@typescript-eslint/parser": "^8.21.0",
8080
"@vitest/coverage-v8": "^4.0.18",
8181
"@vitest/ui": "^4.0.18",
82-
"eslint": "^9.19.0",
82+
"eslint": "^9.39.2",
8383
"husky": "^9.1.7",
8484
"lint-staged": "^16.2.7",
8585
"prettier": "^3.8.1",

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@
134134
"matchUpdateTypes": ["major"],
135135
"automerge": false
136136
},
137+
{
138+
"description": "Keep ESLint on v9 until typescript-eslint adds ESLint v10 support",
139+
"matchPackageNames": ["eslint"],
140+
"allowedVersions": "<10.0.0"
141+
},
137142
{
138143
"description": "Group non-major updates to reduce PR volume and conflict churn",
139144
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],

0 commit comments

Comments
 (0)