ci: Enable lockfile maintenance. Disable single-dep lockfile-only updates.

pull/1360/head
Fabian-Lars 1 year ago committed by GitHub
parent 584c4849bf
commit eeb37c7e10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -12,6 +12,10 @@
"**/tests/**",
"**/__fixtures__/**"
],
"lockFileMaintenance": {
"enabled": true
},
"rangeStrategy": "replace",
"packageRules": [
{
"description": "Disable node/pnpm version updates",

Loading…
Cancel
Save