Don't create PR for minor and patch version they will be mered weekly thanks to lockFileMaintenance

This commit is contained in:
nemunaire 2026-01-07 15:49:11 +07:00
commit 2b607c08db

View file

@ -17,5 +17,12 @@
"enabled": true,
"automerge": true
},
"packageRules": [
{
"matchManagers": ["npm", "pnpm", "yarn"],
"matchUpdateTypes": ["minor", "patch"],
"enabled": false
}
],
"osvVulnerabilityAlerts": true
}