Skip to content

Commit

Permalink
infra(renovate): disable rimraf update for now (#3228)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Oct 31, 2024
1 parent ab25b35 commit 4af2b39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@
{
"groupName": "doc-dependencies",
"matchPackageNames": ["ts-morph", "vitepress"]
},
{
// Disable updates for rimraf until Node 18 support is dropped
"groupName": "disabled",
"matchPackageNames": ["rimraf"],
"enabled": false
}
],
"stopUpdatingLabel": "s: on hold",
Expand Down

0 comments on commit 4af2b39

Please sign in to comment.