Skip to content

Commit

Permalink
chore: ignore npm deps for renovate updates (#3842)
Browse files Browse the repository at this point in the history
* ignore npm deps

Signed-off-by: ac892247 <a.chmelo@gmail.com>

* ignore material-ui

Signed-off-by: ac892247 <a.chmelo@gmail.com>

---------

Signed-off-by: ac892247 <a.chmelo@gmail.com>
  • Loading branch information
achmelo authored Oct 10, 2024
1 parent e9d1fdd commit 3db7306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renovate-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ module.exports = {
printConfig: true,
labels: ['dependencies'],
dependencyDashboardLabels: ['dependencies'],
ignoreDeps: ['history','jsdom','react-router-dom','@mui/icons-material','@mui/material','@material-ui/core','@material-ui/icons'],
commitMessagePrefix: 'chore: ',
prHourlyLimit: 0, // removes rate limit for PR creation per hour
npmrc: 'legacy-peer-deps=true\nregistry=https://zowe.jfrog.io/artifactory/api/npm/npm-org/', //for updating lock-files
Expand Down

0 comments on commit 3db7306

Please sign in to comment.