Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bisquit authored Aug 17, 2023
1 parent f631caf commit eea9e32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@
"rangeStrategy": "auto"
},
{
"description": "Group all dependencies from the e2e directory",
"description": "Group all dependencies from the e2e directory, and ignore (as new version of @wdio/types has issues)",
"matchFileNames": ["e2e/**"],
"groupName": "E2E dependencies"
"groupName": "E2E dependencies",
"enabled": false
}
]
}

0 comments on commit eea9e32

Please sign in to comment.