Skip to content

Commit

Permalink
Disable updating versions of gulp-* "dead" npm packages in renovate b…
Browse files Browse the repository at this point in the history
…ot (#28065)
  • Loading branch information
GoodDayForSurf authored Sep 18, 2024
1 parent 85bb96d commit d07be34
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit d07be34

Please sign in to comment.