aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2024-10-31 11:08:17 +0100
committerGitHub <[email protected]>2024-10-31 11:08:17 +0100
commit4af2b39aa66671314b975e1237bdc5ac182ae8f1 (patch)
tree8e2f73e2ac22e8c386891e659194f85c2a30fece /.github
parentab25b35b40dcedd802c7f74ebe6b03e1665c2169 (diff)
downloadfaker-4af2b39aa66671314b975e1237bdc5ac182ae8f1.tar.xz
faker-4af2b39aa66671314b975e1237bdc5ac182ae8f1.zip
infra(renovate): disable rimraf update for now (#3228)
Diffstat (limited to '.github')
-rw-r--r--.github/renovate.json56
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",