Skip to content

Commit

Permalink
chore: disable upgrade for springboot in v3.x.x branch
Browse files Browse the repository at this point in the history
Signed-off-by: nx673747 <nafi.xhafa@broadcom.com>
  • Loading branch information
nx673747 committed Nov 5, 2024
1 parent 523c466 commit 96a06d8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ module.exports = {
"matchUpdateTypes": ["major", "minor"],
"dependencyDashboardApproval": true,
},
// Disable the upgrade of springboot in v3.x.x
{
"matchBaseBranches": ["v3.x.x"],
"matchPackageNames": ["org.springframework.boot:**"],
"enabled": false
},
{
//for v3.x.x branch find all packages which are minor and patches,
// slug them and make PR with name "all non-major dependencies"
Expand All @@ -50,7 +56,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'],
ignoreDeps: ['history', 'jsdom', 'react-router-dom', '@mui/icons-material', '@mui/material', '@material-ui/core', '@material-ui/icons', 'undici'],
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 96a06d8

Please sign in to comment.