diff options
| author | ST-DDT <[email protected]> | 2024-10-31 11:08:17 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-10-31 11:08:17 +0100 |
| commit | 4af2b39aa66671314b975e1237bdc5ac182ae8f1 (patch) | |
| tree | 8e2f73e2ac22e8c386891e659194f85c2a30fece | |
| parent | ab25b35b40dcedd802c7f74ebe6b03e1665c2169 (diff) | |
| download | faker-4af2b39aa66671314b975e1237bdc5ac182ae8f1.tar.xz faker-4af2b39aa66671314b975e1237bdc5ac182ae8f1.zip | |
infra(renovate): disable rimraf update for now (#3228)
| -rw-r--r-- | .github/renovate.json5 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 7874e42d..301307e1 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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", |
