Skip to content

Commit

Permalink
fix(ci): temporarily block eslint9
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed May 1, 2024
1 parent 908ae8d commit 4db3f7d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,17 @@
"groupName": "github actions all dependencies",
"groupSlug": "github actions all",
"minimumReleaseAge": "1 days"
},
{
"description": "JS - block eslint9",
"enabled": false,
"groupName": "eslint9",
"matchManagers": [
"npm"
],
"matchPackagePatterns": [
"eslint"
]
}
],
"pre-commit": {
Expand Down

0 comments on commit 4db3f7d

Please sign in to comment.