From d07be3401eafb8a2407975e9a566e929f16db5c5 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad <91639107+GoodDayForSurf@users.noreply.github.com> Date: Wed, 18 Sep 2024 22:19:01 +0400 Subject: [PATCH] Disable updating versions of gulp-* "dead" npm packages in renovate bot (#28065) --- .github/renovate.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 4e49fb9faa36..395a47c477b5 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -66,6 +66,38 @@ "automerge": true, "matchDatasources": [ "npm" ], "minimumReleaseAge": "7 days" + }, + { + "matchPackageNames": [ + "gulp-sass", + "gulp-babel", + "gulp-typescript", + "gulp-clean", + "gulp-minify", + "gulp-replace", + "gulp-sourcemaps", + "gulp-cache", + "gulp-plumber", + "gulp-shell", + "gulp-cached", + "gulp-concat", + "gulp-each", + "gulp-eol", + "gulp-file", + "gulp-flatmap", + "gulp-footer", + "gulp-header", + "gulp-if", + "gulp-jsbeautifier", + "gulp-multi-process", + "gulp-notify", + "gulp-remote-src", + "gulp-rename", + "gulp-tap", + "gulp-uglify-es", + "gulp-watch" + ], + "enabled": false } ], "lockFileMaintenance": {