diff options
| author | Shinigami <[email protected]> | 2025-06-29 21:46:15 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-29 21:46:15 +0200 |
| commit | b174135e0921f13cdf5886235cd7e918e5588f32 (patch) | |
| tree | d9aaf28f6e330e117ed94d36e9414254a710e020 /.github | |
| parent | 1dfb8f2c5703159d9b1a7559e4c24719dcea81cd (diff) | |
| download | faker-b174135e0921f13cdf5886235cd7e918e5588f32.tar.xz faker-b174135e0921f13cdf5886235cd7e918e5588f32.zip | |
infra: utilize git clean (#3541)
Co-authored-by: DivisionByZero <[email protected]>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/renovate.json5 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 301307e1..7874e42d 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -58,12 +58,6 @@ { "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", |
