@vingle/renovate-config
Advanced tools
Comparing version 1.0.10 to 1.0.11
{ | ||
"name": "@vingle/renovate-config", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Renovate configurations for Vingle", | ||
@@ -61,2 +61,18 @@ "private": false, | ||
}, | ||
"nodejs10": { | ||
"packageRules": [ | ||
{ | ||
"packageNames": ["node"], | ||
"allowedVersions": "^10.0.0" | ||
}, | ||
{ | ||
"packageNames": ["@types/node"], | ||
"allowedVersions": "^10.0.0" | ||
}, | ||
{ | ||
"packageNames": ["npm"], | ||
"allowedVersions": "^6.10.2" | ||
} | ||
] | ||
}, | ||
"lambda": { | ||
@@ -63,0 +79,0 @@ "docker": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2924