mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 17:12:43 +00:00
ci: update renovate bot package rules
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": ["major"],
|
"matchUpdateTypes": ["major"],
|
||||||
"matchPackagePatterns": ["^@angular", "^@ionic"],
|
"matchPackagePatterns": ["^@angular", "^@ionic", "^@types\/node$"],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -32,6 +32,10 @@
|
|||||||
"matchPackagePatterns": ["^typescript$"],
|
"matchPackagePatterns": ["^typescript$"],
|
||||||
"allowedVersions": "<4.5"
|
"allowedVersions": "<4.5"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchPackagePatterns": ["^chalk$"],
|
||||||
|
"allowedVersions": "<5.0"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchDepTypes": [
|
"matchDepTypes": [
|
||||||
"peerDependencies"
|
"peerDependencies"
|
||||||
|
|||||||
Reference in New Issue
Block a user