Don't create PR for minor and patch version they will be mered weekly thanks to lockFileMaintenance
This commit is contained in:
parent
d643c60ce6
commit
2b607c08db
1 changed files with 7 additions and 0 deletions
|
|
@ -17,5 +17,12 @@
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
},
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchManagers": ["npm", "pnpm", "yarn"],
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
],
|
||||||
"osvVulnerabilityAlerts": true
|
"osvVulnerabilityAlerts": true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue