Merge pull request #2280 from balena-os/kyle/renovate-npm

Disable automerge for major npm devDependencies
This commit is contained in:
flowzone-app[bot] 2024-04-15 14:18:43 +00:00 committed by GitHub
commit 0a1f3a2ac5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

13
.github/renovate.json vendored
View File

@ -4,6 +4,19 @@
{
"matchManagers": ["npm"],
"enabled": true
},
{
"matchManagers": ["npm"],
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["major"],
"automerge": false
},
{
"matchManagers": ["npm"],
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["minor"],
"matchCurrentVersion": "/^v?0/",
"automerge": false
}
]
}